/external/guava/guava-tests/test/com/google/common/base/ |
D | StopwatchTest.java | 38 private final Stopwatch stopwatch = new Stopwatch(ticker); field in StopwatchTest 52 assertFalse(stopwatch.isRunning()); in testInitialState() 53 assertEquals(0, stopwatch.elapsed(NANOSECONDS)); in testInitialState() 57 assertSame(stopwatch, stopwatch.start()); in testStart() 58 assertTrue(stopwatch.isRunning()); in testStart() 62 stopwatch.start(); in testStart_whileRunning() 64 stopwatch.start(); in testStart_whileRunning() 68 assertTrue(stopwatch.isRunning()); in testStart_whileRunning() 72 stopwatch.start(); in testStop() 73 assertSame(stopwatch, stopwatch.stop()); in testStop() [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
D | StopwatchTest.java | 37 private final Stopwatch stopwatch = new Stopwatch(ticker); field in StopwatchTest 51 assertFalse(stopwatch.isRunning()); in testInitialState() 52 assertEquals(0, stopwatch.elapsed(NANOSECONDS)); in testInitialState() 56 assertSame(stopwatch, stopwatch.start()); in testStart() 57 assertTrue(stopwatch.isRunning()); in testStart() 61 stopwatch.start(); in testStart_whileRunning() 63 stopwatch.start(); in testStart_whileRunning() 67 assertTrue(stopwatch.isRunning()); in testStart_whileRunning() 71 stopwatch.start(); in testStop() 72 assertSame(stopwatch, stopwatch.stop()); in testStop() [all …]
|
/external/lldb/test/benchmarks/disassembly/ |
D | TestXcode41Vs42GDBDisassembly.py | 30 print "4.1 gdb benchmark:", self.stopwatch 31 self.gdb_41_avg = self.stopwatch.avg() 33 print "4.2 gdb benchmark:", self.stopwatch 34 self.gdb_42_avg = self.stopwatch.avg() 42 print "4.2 gdb benchmark:", self.stopwatch 43 self.gdb_42_avg = self.stopwatch.avg() 45 print "4.1 gdb benchmark:", self.stopwatch 46 self.gdb_41_avg = self.stopwatch.avg() 69 self.stopwatch.reset() 71 with self.stopwatch: [all …]
|
D | TestDisassembly.py | 49 print "lldb benchmark:", self.stopwatch 51 print "gdb benchmark:", self.stopwatch 63 print "gdb benchmark:", self.stopwatch 65 print "lldb benchmark:", self.stopwatch 88 self.stopwatch.reset() 90 with self.stopwatch: 103 self.lldb_avg = self.stopwatch.avg() 105 print "lldb disassembly benchmark:", str(self.stopwatch) 128 self.stopwatch.reset() 130 with self.stopwatch: [all …]
|
D | TestDoAttachThenDisassembly.py | 30 print "lldb disassembly benchmark:", self.stopwatch 64 self.stopwatch.reset() 66 with self.stopwatch:
|
/external/lldb/test/benchmarks/expression/ |
D | TestRepeatedExprs.py | 31 print "lldb benchmark:", self.stopwatch 33 print "gdb benchmark:", self.stopwatch 60 self.stopwatch.reset() 62 with self.stopwatch: 76 self.lldb_avg = self.stopwatch.avg() 78 print "lldb expression benchmark:", str(self.stopwatch) 105 self.stopwatch.reset() 107 with self.stopwatch: 123 self.gdb_avg = self.stopwatch.avg() 125 print "gdb expression benchmark:", str(self.stopwatch)
|
D | TestExpressionCmd.py | 29 print "lldb expr cmd benchmark:", self.stopwatch 39 self.stopwatch.reset() 57 with self.stopwatch:
|
/external/lldb/test/benchmarks/turnaround/ |
D | TestCompileRunToBreakpointTurnaround.py | 30 print "lldb turnaround benchmark:", self.stopwatch 32 print "gdb turnaround benchmark:", self.stopwatch 56 self.stopwatch.reset() 63 with self.stopwatch: 72 self.lldb_avg = self.stopwatch.avg() 96 self.stopwatch.reset() 103 with self.stopwatch: 114 self.gdb_avg = self.stopwatch.avg()
|
/external/lldb/test/benchmarks/stepping/ |
D | TestRunHooksThenSteppings.py | 24 print "lldb stepping benchmark:", self.stopwatch 46 self.stopwatch.reset() 48 with self.stopwatch:
|
D | TestSteppingSpeed.py | 36 print "lldb stepping benchmark:", self.stopwatch 58 self.stopwatch.reset() 60 with self.stopwatch:
|
/external/lldb/test/benchmarks/frame_variable/ |
D | TestFrameVariableResponse.py | 33 print "lldb frame variable benchmark:", self.stopwatch 41 self.stopwatch.reset() 59 with self.stopwatch:
|
/external/lldb/test/benchmarks/startup/ |
D | TestStartupDelays.py | 38 print "lldb startup delay (create fresh target) benchmark:", self.stopwatch 48 self.stopwatch.reset() 59 with self.stopwatch:
|
/external/lldb/test/ |
D | lldbbench.py | 105 self.stopwatch = Stopwatch() 111 del self.stopwatch
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | ServiceManager.java | 643 Stopwatch stopwatch = startupTimers.get(service); in transitionService() local 645 stopwatch.start(); in transitionService() 647 if (to.compareTo(RUNNING) >= 0 && stopwatch.isRunning()) { in transitionService() 649 stopwatch.stop(); in transitionService() 651 logger.log(Level.FINE, "Started {0} in {1}.", new Object[] {service, stopwatch}); in transitionService()
|
/external/guava/guava-tests/benchmark/com/google/common/base/ |
D | StopwatchBenchmark.java | 32 @Benchmark long stopwatch(int reps) { in stopwatch() method in StopwatchBenchmark
|
/external/antlr/antlr-3.4/runtime/JavaScript/third/ |
D | antcontrib.properties | 21 stopwatch=net.sf.antcontrib.perf.StopWatchTask key
|
/external/guava/guava/src/com/google/common/cache/ |
D | LocalCache.java | 3468 final Stopwatch stopwatch = Stopwatch.createUnstarted(); field in LocalCache.LoadingValueReference 3520 stopwatch.start(); in loadFuture() 3549 return stopwatch.elapsed(NANOSECONDS); in elapsedNanos() 4017 Stopwatch stopwatch = Stopwatch.createStarted(); 4039 globalStatsCounter.recordLoadException(stopwatch.elapsed(NANOSECONDS)); 4044 globalStatsCounter.recordLoadException(stopwatch.elapsed(NANOSECONDS)); 4048 stopwatch.stop(); 4063 globalStatsCounter.recordLoadException(stopwatch.elapsed(NANOSECONDS)); 4068 globalStatsCounter.recordLoadSuccess(stopwatch.elapsed(NANOSECONDS));
|
/external/skia/gyp/ |
D | nanomsg.gyp | 112 '../third_party/externals/nanomsg/src/utils/stopwatch.c',
|
/external/blktrace/doc/ |
D | blktrace.tex | 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…
|
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 13431 跑錶 < stopwatch; 30419 跑錶 > stopwatch;
|