Searched refs:seconds_since_reporting_ (Results 1 – 2 of 2) sorted by relevance
111 seconds_since_reporting_(0), in MemoryPressureMonitor()162 if (seconds_since_reporting_++ == 5) { in CheckMemoryPressureAndRecordStatistics()163 seconds_since_reporting_ = 0; in CheckMemoryPressureAndRecordStatistics()
109 int seconds_since_reporting_; variable