Searched refs:stopWatch (Results 1 – 3 of 3) sorted by relevance
54 } stopWatch; typedef in Portable_Timer
598 Stopwatch stopWatch = entry.getValue(); in startupTimes() local599 if (!stopWatch.isRunning() && !(service instanceof NoOpService)) { in startupTimes()600 loadTimes.add(Maps.immutableEntry(service, stopWatch.elapsed(MILLISECONDS))); in startupTimes()
628 Stopwatch stopWatch = entry.getValue(); in startupTimes() local629 if (!stopWatch.isRunning() && !(service instanceof NoOpService)) { in startupTimes()630 loadTimes.add(Maps.immutableEntry(service, stopWatch.elapsed(MILLISECONDS))); in startupTimes()