Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java225 long curCpuTime; // How long proc has run CPU most recently field in ProcessRecord
479 TimeUtils.formatDuration(curCpuTime - lastCpuTime, pw); in dump()
DActivityManagerService.java2831 pr.curCpuTime += st.rel_utime + st.rel_stime; in updateCpuStatsNow()
2833 pr.lastCpuTime = pr.curCpuTime; in updateCpuStatsNow()
11811 long timeUsed = r.curCpuTime - r.lastCpuTime; in writeProcessOomListToProto()
11937 long timeUsed = r.curCpuTime - r.lastCpuTime; in dumpProcessOomList()
16484 long cputimeUsed = app.curCpuTime - app.lastCpuTime; in checkExcessivePowerUsageLocked()
16532 app.lastCpuTime = app.curCpuTime; in checkExcessivePowerUsageLocked()