Home
last modified time | relevance | path

Searched refs:lastCpuTime (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessProfileRecord.java740 final long lastCpuTime = mLastCpuTime.get(); in dumpCputime() local
743 pw.print(lastCpuTime); in dumpCputime()
744 if (lastCpuTime > 0) { in dumpCputime()
746 TimeUtils.formatDuration(mCurCpuTime.get() - lastCpuTime, pw); in dumpCputime()
DProcessList.java4697 long lastCpuTime = r.mProfile.mLastCpuTime.get();
4699 if (lastCpuTime != 0 && uptimeSince > 0) {
4700 long timeUsed = r.mProfile.mCurCpuTime.get() - lastCpuTime;
4843 long lastCpuTime = r.mProfile.mLastCpuTime.get();
4844 if (lastCpuTime != 0 && uptimeSince > 0) {
4845 long timeUsed = r.mProfile.mCurCpuTime.get() - lastCpuTime;