Searched refs:max_per_step_stats_in_ms (Results 1 – 1 of 1) sorted by relevance
581 double max_per_step_stats_in_ms = 0.0; in ComputeStepTimeSummaryInMs() local586 max_per_step_stats_in_ms = std::max(step_info.duration_ps() / kNumPsPerMs, in ComputeStepTimeSummaryInMs()587 max_per_step_stats_in_ms); in ComputeStepTimeSummaryInMs()590 total_step_stats_in_ms.UpdateStat(max_per_step_stats_in_ms); in ComputeStepTimeSummaryInMs()