Searched refs:mLastCpuTime (Results 1 – 4 of 4) sorted by relevance
147 final AtomicLong mLastCpuTime = new AtomicLong(0); field in ProcessProfileRecord740 final long lastCpuTime = mLastCpuTime.get(); in dumpCputime()
319 private final AtomicLong mLastCpuTime = new AtomicLong(0); field in AppProfiler2138 if (mLastCpuTime.get() >= now - MONITOR_CPU_MIN_TIME) { in updateCpuStats()2157 && mLastCpuTime.get() < (now - MONITOR_CPU_MIN_TIME)) { in updateCpuStatsNow()2158 mLastCpuTime.set(now); in updateCpuStatsNow()2223 profile.mLastCpuTime.compareAndSet(0, curCpuTime); in updateCpuStatsNow()2297 long nextCpuDelay = (mLastCpuTime.get() + MONITOR_CPU_MAX_TIME) - now; in run()
4697 long lastCpuTime = r.mProfile.mLastCpuTime.get();4843 long lastCpuTime = r.mProfile.mLastCpuTime.get();
3528 app.mProfile.mLastCpuTime.set(0); in applyOomAdjLSP()