Searched refs:lastCpuTime (Results 1 – 2 of 2) sorted by relevance
740 final long lastCpuTime = mLastCpuTime.get(); in dumpCputime() local743 pw.print(lastCpuTime); in dumpCputime()744 if (lastCpuTime > 0) { in dumpCputime()746 TimeUtils.formatDuration(mCurCpuTime.get() - lastCpuTime, pw); in dumpCputime()
4697 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;