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

  /external/chromium_org/base/process/
process_metrics_linux.cc 94 int total_cpu = 0; local
109 total_cpu += cpu;
114 return total_cpu;
  /external/chromium/base/
process_util_linux.cc 86 int total_cpu = 0; local
96 total_cpu += cpu;
101 return total_cpu;

Completed in 35 milliseconds