Searched refs:TimerNow (Results 1 – 5 of 5) sorted by relevance
67 double Timing::TimerNow() { in TimerNow() function in rtc::Timing72 double start_time = TimerNow(); in BusyWait()73 while (TimerNow() - start_time < period) { in BusyWait()75 return TimerNow() - start_time; in BusyWait()79 double start_time = TimerNow(); in IdleWait()110 return TimerNow() - start_time; in IdleWait()
36 virtual double TimerNow();
144 previous_frame_time_ = frame_length_time_reporter_.TimerNow(); in StartCapturing()709 double time_now = frame_length_time_reporter_.TimerNow(); in UpdateStats()
334 double now = timing_->TimerNow(); in SendData()
45 virtual double TimerNow() { in TimerNow() function in FakeTiming