HomeSort by relevance Sort by last modified time
    Searched full:last_cpu_percent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/power/
process_power_collector.cc 152 total_cpu_percent += it->second->last_cpu_percent();
167 double last_process_power_usage = it->second->last_cpu_percent();
process_power_collector.h 51 int last_cpu_percent() const { return last_cpu_percent_; } function in class:ProcessPowerCollector::PerProcessData

Completed in 946 milliseconds