OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CpuLinux
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/system_wrappers/source/
cpu_linux.h
17
class
CpuLinux
: public CpuWrapper
20
CpuLinux
();
21
virtual ~
CpuLinux
();
cpu_linux.cc
19
CpuLinux
::
CpuLinux
()
38
CpuLinux
::~
CpuLinux
()
47
WebRtc_Word32
CpuLinux
::CpuUsage()
54
WebRtc_Word32
CpuLinux
::CpuUsageMultiCore(WebRtc_UWord32& numCores,
102
int
CpuLinux
::GetData(long long& busy, long long& idle, long long*& busyArray,
147
int
CpuLinux
::GetNumCores()
cpu.cc
84
return new
CpuLinux
();
Completed in 25 milliseconds