HomeSort by relevance Sort by last modified time
    Searched refs:m_oldBusyTime (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/system_wrappers/source/
cpu_linux.h 38 long long m_oldBusyTime;
cpu_linux.cc 20 : m_oldBusyTime(0),
41 GetData(m_oldBusyTime, m_oldIdleTime, m_busyArray, m_idleArray);
71 long long deltaBusy = busy - m_oldBusyTime;
73 m_oldBusyTime = busy;

Completed in 1197 milliseconds