Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DLooperStats.java109 entry.cpuUsageMicro += cpuUsage; in messageDispatched()
299 public long cpuUsageMicro; field in LooperStats.Entry
325 cpuUsageMicro = 0; in reset()
381 this.cpuUsageMicros = entry.cpuUsageMicro; in ExportedEntry()