Searched refs:time_since_last (Results 1 – 1 of 1) sorted by relevance
384 int64_t time_since_last = rtc::TimeDiff(now_time, last_timer_task_time_); in LogStats() local404 static_cast<size_t>(time_since_last) > kTimerIntervalInMilliseconds / 2) { in LogStats()406 float rate = diff_samples / (static_cast<float>(time_since_last) / 1000.0); in LogStats()414 RTC_LOG(INFO) << "[REC : " << time_since_last << "msec, " in LogStats()432 rate = diff_samples / (static_cast<float>(time_since_last) / 1000.0); in LogStats()440 RTC_LOG(INFO) << "[PLAY: " << time_since_last << "msec, " in LogStats()