Searched refs:_cpuUsage (Results 1 – 2 of 2) sorted by relevance
22 _cpuUsage(NULL), in CpuWrapperMac()42 _cpuUsage = new WebRtc_UWord32[cpuCount]; in CpuWrapperMac()56 _cpuUsage[cpu] = 0; in CpuWrapperMac()63 delete[] _cpuUsage; in ~CpuWrapperMac()79 if(_cpuUsage == NULL) in CpuUsageMultiCore()96 array = _cpuUsage; in CpuUsageMultiCore()129 _cpuUsage[cpu] = 0; in Update()131 _cpuUsage[cpu] = (WebRtc_UWord32)((1000 * in Update()136 _totalCpuUsage += _cpuUsage[cpu]; in Update()
41 WebRtc_UWord32* _cpuUsage; variable