Home | Sort by relevance Sort by last modified time |
/external/webrtc/src/system_wrappers/source/ | |
cpu_mac.h | 40 WebRtc_UWord32 _cpuCount; |
cpu_mac.cc | 21 : _cpuCount(0), 41 _cpuCount = cpuCount; 95 numCores = _cpuCount; 97 return _totalCpuUsage / _cpuCount; |