Searched refs:_lastTickCount (Results 1 – 2 of 2) sorted by relevance
24 _lastTickCount(NULL), in CpuWrapperMac()43 _lastTickCount = new WebRtc_Word64[cpuCount]; in CpuWrapperMac()55 _lastTickCount[cpu] = ticks; in CpuWrapperMac()64 delete[] _lastTickCount; in ~CpuWrapperMac()132 (ticks - _lastTickCount[cpu])) / in Update()135 _lastTickCount[cpu] = ticks; in Update()
43 WebRtc_Word64* _lastTickCount; variable