Searched refs:cpuUsageMicros (Results 1 – 4 of 4) sorted by relevance
104 assertThat(entry.cpuUsageMicros).isEqualTo(10); in testSingleMessageDispatched()136 assertThat(entry.cpuUsageMicros).isEqualTo(0); in testThrewException()210 assertThat(entry1.cpuUsageMicros).isEqualTo(100); in testMultipleMessagesDispatched()225 assertThat(entry2.cpuUsageMicros).isEqualTo(10); in testMultipleMessagesDispatched()241 assertThat(entry3.cpuUsageMicros).isEqualTo(10); in testMultipleMessagesDispatched()412 assertThat(entry1.cpuUsageMicros).isEqualTo(40); in testMessagesOverSizeCap()
372 public final long cpuUsageMicros; field in LooperStats.ExportedEntry395 this.cpuUsageMicros = entry.cpuUsageMicro; in ExportedEntry()
151 entry.cpuUsageMicros, in dump()
2530 entry.cpuUsageMicros, entry.isInteractive, entry.maxCpuUsageMicros,