Searched refs:step_ms (Results 1 – 3 of 3) sorted by relevance
91 int64_t step_ms = std::max<int64_t>(estimator_->TimeUntilNextProcess(), 0); in ReceivePacket() local92 while ((clock_.TimeInMilliseconds() + step_ms) < arrival_time_ms) { in ReceivePacket()93 clock_.AdvanceTimeMilliseconds(step_ms); in ReceivePacket()95 step_ms = std::max<int64_t>(estimator_->TimeUntilNextProcess(), 0); in ReceivePacket()
41 void StatisticsCalculator::PeriodicUmaLogger::AdvanceClock(int step_ms) { in AdvanceClock() argument42 timer_ += step_ms; in AdvanceClock()
101 void AdvanceClock(int step_ms);