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
20
CpuWrapperMac::CpuWrapperMac() :
_cpuUsage
(NULL)
36
_cpuUsage
= new WebRtc_UWord32[cpuCount];
56
delete
_cpuUsage
;
76
if(
_cpuUsage
== NULL)
116
_cpuUsage
[cpu] = 0;
118
_cpuUsage
[cpu] = (WebRtc_UWord32)((1000 *
123
totalCpuUsage +=
_cpuUsage
[cpu];
129
array =
_cpuUsage
;
cpu_mac.h
38
WebRtc_UWord32*
_cpuUsage
;
Completed in 318 milliseconds