Searched refs:curCpuTime (Results 1 – 2 of 2) sorted by relevance
125 long curCpuTime; // How long proc has run CPU most recently field in ProcessRecord313 TimeUtils.formatDuration(curCpuTime-lastCpuTime, pw); pw.println(""); in dump()
2297 pr.curCpuTime += (st.rel_utime+st.rel_stime) * 10; in updateCpuStatsNow()13787 long timeUsed = r.curCpuTime - r.lastCpuTime; in dumpProcessOomList()17815 long cputimeUsed = app.curCpuTime - app.lastCpuTime; in checkExcessivePowerUsageLocked()17861 app.lastCpuTime = app.curCpuTime; in checkExcessivePowerUsageLocked()17986 app.lastCpuTime = app.curCpuTime; in applyOomAdjLocked()