OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
21
m_oldBusyTime
= 0;
35
GetData(
m_oldBusyTime
, m_oldIdleTime, m_busyArray, m_idleArray);
63
long long deltaBusy = busy -
m_oldBusyTime
;
65
m_oldBusyTime
= busy;
Completed in 19 milliseconds