Home
last modified time | relevance | path

Searched refs:stopWatch (Results 1 – 3 of 3) sorted by relevance

/external/eigen/bench/btl/generic_bench/timers/
Dportable_timer.hh54 } stopWatch; typedef in Portable_Timer
/external/guava/android/guava/src/com/google/common/util/concurrent/
DServiceManager.java598 Stopwatch stopWatch = entry.getValue(); in startupTimes() local
599 if (!stopWatch.isRunning() && !(service instanceof NoOpService)) { in startupTimes()
600 loadTimes.add(Maps.immutableEntry(service, stopWatch.elapsed(MILLISECONDS))); in startupTimes()
/external/guava/guava/src/com/google/common/util/concurrent/
DServiceManager.java628 Stopwatch stopWatch = entry.getValue(); in startupTimes() local
629 if (!stopWatch.isRunning() && !(service instanceof NoOpService)) { in startupTimes()
630 loadTimes.add(Maps.immutableEntry(service, stopWatch.elapsed(MILLISECONDS))); in startupTimes()