Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DLooperStats.java107 entry.totalLatencyMicro += latency; in messageDispatched()
177 entry.totalLatencyMicro = value; in createDebugEntry()
297 public long totalLatencyMicro; field in LooperStats.Entry
323 totalLatencyMicro = 0; in reset()
379 this.totalLatencyMicros = entry.totalLatencyMicro; in ExportedEntry()