Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/am/
DProcessRecord.java104 long curCpuTime; // How long proc has run CPU most recently field in ProcessRecord
249 TimeUtils.formatDuration(curCpuTime-lastCpuTime, pw); pw.println(""); in dump()
DActivityManagerService.java1759 pr.curCpuTime += (st.rel_utime+st.rel_stime) * 10; in updateCpuStatsNow()
10174 long timeUsed = r.curCpuTime - r.lastCpuTime; in dumpProcessOomList()
13407 long cputimeUsed = app.curCpuTime - app.lastCpuTime; in checkExcessivePowerUsageLocked()
13461 app.lastCpuTime = app.curCpuTime; in checkExcessivePowerUsageLocked()
13493 app.lastCpuTime = app.curCpuTime; in updateOomAdjLocked()