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.java226 long curCpuTime; // How long proc has run CPU most recently field in ProcessRecord
482 TimeUtils.formatDuration(curCpuTime - lastCpuTime, pw); in dump()
DActivityManagerService.java2859 pr.curCpuTime += st.rel_utime + st.rel_stime; in updateCpuStatsNow()
2861 pr.lastCpuTime = pr.curCpuTime; in updateCpuStatsNow()
11870 long timeUsed = r.curCpuTime - r.lastCpuTime; in writeProcessOomListToProto()
11996 long timeUsed = r.curCpuTime - r.lastCpuTime; in dumpProcessOomList()
16601 long cputimeUsed = app.curCpuTime - app.lastCpuTime; in checkExcessivePowerUsageLocked()
16649 app.lastCpuTime = app.curCpuTime; in checkExcessivePowerUsageLocked()