Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DKernelCpuUidTimeReader.java245 final long currUsrTimeUs = mBuffer[1]; in readDeltaImpl() local
247 mUsrSysTime[0] = currUsrTimeUs - lastTimes[0]; in readDeltaImpl()
253 + " Curr times: u=" + currUsrTimeUs + " s=" + currSysTimeUs); in readDeltaImpl()
259 lastTimes[0] = currUsrTimeUs; in readDeltaImpl()