Searched defs:totalTimeUs (Results 1 – 3 of 3) sorted by relevance
26 public long totalTimeUs; field in KernelWakelockStats.Entry30 Entry(int count, long totalTimeUs, long activeTimeUs, int version) { in Entry()
3076 public void update(long totalTimeUs, int count, long elapsedRealtimeUs) { in update()3085 public void update(long totalTimeUs, long activeTimeUs, int count, in update()
166 int64_t totalTimeUs = 0; in estimateBandwidth() local