Searched defs:step_ms (Results 1 – 2 of 2) sorted by relevance
91 int64_t step_ms = std::max<int64_t>(estimator_->TimeUntilNextProcess(), 0); in ReceivePacket() local
41 void StatisticsCalculator::PeriodicUmaLogger::AdvanceClock(int step_ms) { in AdvanceClock()