Searched refs:total_cpu (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/process/
H A Dprocess_metrics_linux.cc94 int total_cpu = 0; local
109 total_cpu += cpu;
114 return total_cpu;
/external/chromium/base/
H A Dprocess_util_linux.cc86 int total_cpu = 0; local
96 total_cpu += cpu;
101 return total_cpu;

Completed in 79 milliseconds