Searched refs:mCurCpuTime (Results 1 – 3 of 3) sorted by relevance
152 final AtomicLong mCurCpuTime = new AtomicLong(0); field in ProcessProfileRecord746 TimeUtils.formatDuration(mCurCpuTime.get() - lastCpuTime, pw); in dumpCputime()
2221 final long curCpuTime = profile.mCurCpuTime.addAndGet( in updateCpuStatsNow()
4700 long timeUsed = r.mProfile.mCurCpuTime.get() - lastCpuTime;4845 long timeUsed = r.mProfile.mCurCpuTime.get() - lastCpuTime;