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.java92 long curCpuTime; // How long proc has run CPU most recently field in ProcessRecord
217 TimeUtils.formatDuration(curCpuTime-lastCpuTime, pw); pw.println(""); in dump()
DActivityManagerService.java1526 pr.curCpuTime += (st.rel_utime+st.rel_stime) * 10; in updateCpuStatsNow()
9099 long timeUsed = r.curCpuTime - r.lastCpuTime; in dumpProcessOomList()
13569 long cputimeUsed = app.curCpuTime - app.lastCpuTime; in checkExcessivePowerUsageLocked()
13623 app.lastCpuTime = app.curCpuTime; in checkExcessivePowerUsageLocked()
13670 app.lastCpuTime = app.curCpuTime; in updateOomAdjLocked()