Searched refs:maxCpuUsageMicros (Results 1 – 4 of 4) sorted by relevance
105 assertThat(entry.maxCpuUsageMicros).isEqualTo(10); in testSingleMessageDispatched()137 assertThat(entry.maxCpuUsageMicros).isEqualTo(0); in testThrewException()211 assertThat(entry1.maxCpuUsageMicros).isEqualTo(100); in testMultipleMessagesDispatched()226 assertThat(entry2.maxCpuUsageMicros).isEqualTo(10); in testMultipleMessagesDispatched()242 assertThat(entry3.maxCpuUsageMicros).isEqualTo(10); in testMultipleMessagesDispatched()396 assertThat(entry1.maxCpuUsageMicros).isEqualTo(20); in testMessagesOverSizeCap()
359 public final long maxCpuUsageMicros; field in LooperStats.ExportedEntry382 this.maxCpuUsageMicros = entry.maxCpuUsageMicro; in ExportedEntry()
147 entry.maxCpuUsageMicros, in dump()
1363 e.writeLong(entry.maxCpuUsageMicros); in pullLooperStats()