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