Searched refs:stopWatch (Results 1 – 7 of 7) sorted by relevance
34 StopWatch stopWatch = new StopWatch("test"); in testIsRunning() local35 try (stopWatch) { in testIsRunning() argument36 assertThat(stopWatch.isRunning()).isFalse(); in testIsRunning()37 stopWatch.start(); in testIsRunning()38 assertThat(stopWatch.isRunning()).isTrue(); in testIsRunning()40 assertThat(stopWatch.isRunning()).isFalse(); in testIsRunning()45 StopWatch stopWatch = new StopWatch("test"); in testDuration() local46 assertThat(stopWatch.getElapsedMillis()).isEqualTo(0); in testDuration()49 stopWatch.start(); in testDuration()55 stopWatch.stop(); in testDuration()[all …]
678 final StopWatch stopWatch = DEBUG ? StopWatch.start("Updating databases") : null; in updateSmartDialDatabase() local701 stopWatch.lap("Queried the Contacts database"); in updateSmartDialDatabase()709 stopWatch.lap("Finished deleting deleted entries"); in updateSmartDialDatabase()743 stopWatch.lap("Finished deleting entries belonging to updated contacts"); in updateSmartDialDatabase()771 stopWatch.lap("Finished building the smart dial table"); in updateSmartDialDatabase()797 stopWatch.lap("Queried the smart dial table for contact names"); in updateSmartDialDatabase()803 stopWatch.lap("Finished building the name prefix table"); in updateSmartDialDatabase()861 stopWatch.lap(TAG + "Finished recreating index"); in updateSmartDialDatabase()872 stopWatch.stopAndLog(TAG + "Finished updating index stats", 0); in updateSmartDialDatabase()904 final StopWatch stopWatch = DEBUG ? StopWatch.start(":Name Prefix query") : null; in getLooseMatches() local[all …]
778 final StopWatch stopWatch = StopWatch.start("Dialpad.onResume"); in onResume() local784 stopWatch.lap("qloc"); in onResume()792 stopWatch.lap("dtwd"); in onResume()794 stopWatch.lap("hptc"); in onResume()800 stopWatch.lap("fdin"); in onResume()808 stopWatch.lap("hnt"); in onResume()812 stopWatch.lap("bes"); in onResume()814 stopWatch.stopAndLog(TAG, 50); in onResume()
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
META-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...