Searched refs:m_oldBusyTime (Results 1 – 2 of 2) sorted by relevance
20 : 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()
38 long long m_oldBusyTime; variable