Searched refs:clock_diff (Results 1 – 1 of 1) sorted by relevance
84 const double clock_diff = static_cast<double>(now - start_clock_); in AccumulateClockCycle() local88 next_count_inv * (average_clock_cycle_ * count_ + clock_diff); in AccumulateClockCycle()91 worst_clock_cycle_ = std::max(worst_clock_cycle_, clock_diff); in AccumulateClockCycle()