OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cpuUsage
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/system_wrappers/source/
cpu_mac.cc
22
_cpuUsage
(NULL),
42
_cpuUsage
= new WebRtc_UWord32[cpuCount];
56
_cpuUsage
[cpu] = 0;
63
delete[]
_cpuUsage
;
79
if(
_cpuUsage
== NULL)
96
array =
_cpuUsage
;
129
_cpuUsage
[cpu] = 0;
131
_cpuUsage
[cpu] = (WebRtc_UWord32)((1000 *
136
_totalCpuUsage +=
_cpuUsage
[cpu];
cpu_mac.h
41
WebRtc_UWord32*
_cpuUsage
;
Completed in 40 milliseconds