Searched refs:time_since_last (Results 1 – 1 of 1) sorted by relevance
404 int64_t time_since_last = rtc::TimeDiff(now_time, last_timer_task_time_); in LogStats() local424 static_cast<size_t>(time_since_last) > kTimerIntervalInMilliseconds / 2) { in LogStats()426 float rate = diff_samples / (static_cast<float>(time_since_last) / 1000.0); in LogStats()434 RTC_LOG(LS_INFO) << "[REC : " << time_since_last << "msec, " in LogStats()452 rate = diff_samples / (static_cast<float>(time_since_last) / 1000.0); in LogStats()460 RTC_LOG(LS_INFO) << "[PLAY: " << time_since_last << "msec, " in LogStats()