Searched refs:Stopwatch (Results 1 – 11 of 11) sorted by relevance
72 public final class Stopwatch { class82 public Stopwatch() { in Stopwatch() method in Stopwatch90 public Stopwatch(Ticker ticker) { in Stopwatch() method in Stopwatch109 public Stopwatch start() { in start()123 public Stopwatch stop() { in stop()137 public Stopwatch reset() { in reset()
73 public final class Stopwatch { class83 public Stopwatch() { in Stopwatch() method in Stopwatch91 public Stopwatch(Ticker ticker) { in Stopwatch() method in Stopwatch110 public Stopwatch start() { in start()124 public Stopwatch stop() { in stop()138 public Stopwatch reset() { in reset()
42 class Stopwatch {44 Stopwatch() {} in Stopwatch() function45 ~Stopwatch() {} in ~Stopwatch()54 DISALLOW_COPY_AND_ASSIGN(Stopwatch);
65 test::Stopwatch stopwatch; in Run()213 test::Stopwatch stopwatch; in TEST()
95 test::Stopwatch stopwatch; in TEST()198 test::Stopwatch stopwatch; in TEST()271 test::Stopwatch stopwatch; in TEST()335 test::Stopwatch stopwatch; in TEST()
33 test::Stopwatch stopwatch; in TEST()357 test::Stopwatch stopwatch; in TEST()
5 class Stopwatch(object): class105 self.stopwatch = Stopwatch()
17 self.stopwatch2 = Stopwatch()19 self.stopwatch3 = Stopwatch()
38 private final Stopwatch stopwatch = new Stopwatch(ticker);230 long value = new Stopwatch().start().elapsedTime(NANOSECONDS); in testDefault()
297 Stopwatch stop_watch; in SaveOutput()447 Stopwatch stop_watch; in main()
29 import com.google.common.base.Stopwatch;3501 final Stopwatch stopwatch = new Stopwatch();4044 Stopwatch stopwatch = new Stopwatch().start();