Searched refs:curCpuTime (Results 1 – 2 of 2) sorted by relevance
2087 final long curCpuTime = profile.mCurCpuTime.addAndGet( in updateCpuStatsNow() local2089 profile.mLastCpuTime.compareAndSet(0, curCpuTime); in updateCpuStatsNow()
16326 final long curCpuTime = profile.mCurCpuTime.get(); in updateAppProcessCpuTimeLPr() local16329 final long cpuTimeUsed = curCpuTime - lastCpuTime; in updateAppProcessCpuTimeLPr()16349 profile.mLastCpuTime.set(curCpuTime); in updateAppProcessCpuTimeLPr()