Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DLooperStats.java111 entry.cpuUsageMicro += cpuUsage; in messageDispatched()
313 public long cpuUsageMicro; field in LooperStats.Entry
339 cpuUsageMicro = 0; in reset()
395 this.cpuUsageMicros = entry.cpuUsageMicro; in ExportedEntry()