Home
last modified time | relevance | path

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

/external/libchrome/base/memory/
Dmemory_pressure_monitor_chromeos.cc111 seconds_since_reporting_(0), in MemoryPressureMonitor()
162 if (seconds_since_reporting_++ == 5) { in CheckMemoryPressureAndRecordStatistics()
163 seconds_since_reporting_ = 0; in CheckMemoryPressureAndRecordStatistics()
Dmemory_pressure_monitor_chromeos.h109 int seconds_since_reporting_; variable