Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Dcpu_linux.cc20 : m_oldBusyTime(0), in CpuLinux()
41 GetData(m_oldBusyTime, m_oldIdleTime, m_busyArray, m_idleArray); in CpuLinux()
71 long long deltaBusy = busy - m_oldBusyTime; in CpuUsageMultiCore()
73 m_oldBusyTime = busy; in CpuUsageMultiCore()
Dcpu_linux.h38 long long m_oldBusyTime; variable