Searched refs:mCurCpuTime (Results 1 – 4 of 4) sorted by relevance
142 final AtomicLong mCurCpuTime = new AtomicLong(0); field in ProcessProfileRecord701 TimeUtils.formatDuration(mCurCpuTime.get() - lastCpuTime, pw); in dumpCputime()
2087 final long curCpuTime = profile.mCurCpuTime.addAndGet( in updateCpuStatsNow()
4510 long timeUsed = r.mProfile.mCurCpuTime.get() - lastCpuTime;4647 long timeUsed = r.mProfile.mCurCpuTime.get() - lastCpuTime;
16326 final long curCpuTime = profile.mCurCpuTime.get(); in updateAppProcessCpuTimeLPr()