OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_cpu
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
process_util_linux.cc
86
int
total_cpu
= 0;
local
96
total_cpu
+= cpu;
101
return
total_cpu
;
/external/chromium_org/base/process/
process_metrics_linux.cc
108
int
total_cpu
= 0;
local
123
total_cpu
+= cpu;
128
return
total_cpu
;
Completed in 926 milliseconds