Searched refs:curCpuTime (Results 1 – 2 of 2) sorted by relevance
225 long curCpuTime; // How long proc has run CPU most recently field in ProcessRecord479 TimeUtils.formatDuration(curCpuTime - lastCpuTime, pw); in dump()
2831 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()