Home
last modified time | relevance | path

Searched refs:last_idle_wakeups_time_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/process/
Dprocess_metrics.cc77 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()
Dprocess_metrics.h242 TimeTicks last_idle_wakeups_time_; variable