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