Searched refs:stopwatch (Results 1 – 6 of 6) sorted by relevance
38 private final Stopwatch stopwatch = new Stopwatch(ticker); field in StopwatchTest41 assertFalse(stopwatch.isRunning()); in testInitialState()42 assertEquals(0, stopwatch.elapsedTime(NANOSECONDS)); in testInitialState()46 assertSame(stopwatch, stopwatch.start()); in testStart()47 assertTrue(stopwatch.isRunning()); in testStart()51 stopwatch.start(); in testStart_whileRunning()53 stopwatch.start(); in testStart_whileRunning()57 assertTrue(stopwatch.isRunning()); in testStart_whileRunning()61 stopwatch.start(); in testStop()62 assertSame(stopwatch, stopwatch.stop()); in testStop()[all …]
21 stopwatch=net.sf.antcontrib.perf.StopWatchTask key
3501 final Stopwatch stopwatch = new Stopwatch(); field in LocalCache.LoadingValueReference3564 stopwatch.start(); in loadFuture()3581 return stopwatch.elapsedTime(NANOSECONDS); in elapsedNanos()4044 Stopwatch stopwatch = new Stopwatch().start();4063 globalStatsCounter.recordLoadException(stopwatch.elapsedTime(NANOSECONDS));4068 globalStatsCounter.recordLoadException(stopwatch.elapsedTime(NANOSECONDS));4072 stopwatch.stop();4087 globalStatsCounter.recordLoadException(stopwatch.elapsedTime(NANOSECONDS));4092 globalStatsCounter.recordLoadSuccess(stopwatch.elapsedTime(NANOSECONDS));
395 -w \emph{seconds} & --stopwatch=\emph{seconds} & Sets run time to the number of seconds specified …504 -w \emph{span} & --stopwatch=\emph{span} & Display traces for the \emph{span} specified -- w…
27842 stopwatch stopwoC
47349 http://www.hku.hk/cc/sp2/software/stopwatch/doc/user_guide/node26.html