Searched defs:stopwatch (Results 1 – 6 of 6) sorted by relevance
32 @Benchmark long stopwatch(int reps) { in stopwatch() method in StopwatchBenchmark
37 private final Stopwatch stopwatch = new Stopwatch(ticker); field in StopwatchTest
38 private final Stopwatch stopwatch = new Stopwatch(ticker); field in StopwatchTest
21 stopwatch=net.sf.antcontrib.perf.StopWatchTask key
643 Stopwatch stopwatch = startupTimers.get(service); in transitionService() local
3468 final Stopwatch stopwatch = Stopwatch.createUnstarted(); field in LocalCache.LoadingValueReference