Searched refs:totalTimer (Results 1 – 2 of 2) sorted by relevance
69 private Timer totalTimer = new Timer("Total Time"); field in Fuzzer79 totalTimer.start(); in Fuzzer()94 totalTimer.stop(); in printTimingInfo()100 totalTimer.printTime(listener); in printTimingInfo()
4153 Timer totalTimer = ent.getValue(); in dumpCheckinLocked() local4154 long timeMs = (totalTimer.getTotalTimeLocked(rawRealtime, which) + 500) / 1000; in dumpCheckinLocked()4155 int count = totalTimer.getCountLocked(which); in dumpCheckinLocked()