Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DCachedAppOptimizer.java950 static private native long threadCpuTimeNs(); in threadCpuTimeNs() method in CachedAppOptimizer
2041 long startCpuTime = threadCpuTimeNs(); in handleMessage()
2043 long endCpuTime = threadCpuTimeNs(); in handleMessage()