Home
last modified time | relevance | path

Searched refs:_lastTickCount (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dcpu_mac.cc24 _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()
Dcpu_mac.h43 WebRtc_Word64* _lastTickCount; variable