Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java2087 final long curCpuTime = profile.mCurCpuTime.addAndGet( in updateCpuStatsNow() local
2089 profile.mLastCpuTime.compareAndSet(0, curCpuTime); in updateCpuStatsNow()
H A DActivityManagerService.java16326 final long curCpuTime = profile.mCurCpuTime.get(); in updateAppProcessCpuTimeLPr() local
16329 final long cpuTimeUsed = curCpuTime - lastCpuTime; in updateAppProcessCpuTimeLPr()
16349 profile.mLastCpuTime.set(curCpuTime); in updateAppProcessCpuTimeLPr()