Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCpuMonitor.java79 ProcStat lastProcStat; field in CpuMonitor
120 lastProcStat = new ProcStat(0, 0); in init()
199 long diffRunTime = procStat.runTime - lastProcStat.runTime; in sampleCpuUtilization()
200 long diffIdleTime = procStat.idleTime - lastProcStat.idleTime; in sampleCpuUtilization()
203 lastProcStat = procStat; in sampleCpuUtilization()