Searched refs:last_idle_wakeups_time_ (Results 1 – 2 of 2) sorted by relevance
77 last_idle_wakeups_time_ = time; in CalculateIdleWakeupsPerSecond()83 int64_t time_delta = (time - last_idle_wakeups_time_).InMicroseconds(); in CalculateIdleWakeupsPerSecond()89 last_idle_wakeups_time_ = time; in CalculateIdleWakeupsPerSecond()
242 TimeTicks last_idle_wakeups_time_; variable