Home
last modified time | relevance | path

Searched refs:Stopwatch (Results 1 – 11 of 11) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DStopwatch.java72 public final class Stopwatch { class
82 public Stopwatch() { in Stopwatch() method in Stopwatch
90 public Stopwatch(Ticker ticker) { in Stopwatch() method in Stopwatch
109 public Stopwatch start() { in start()
123 public Stopwatch stop() { in stop()
137 public Stopwatch reset() { in reset()
/external/guava/guava/src/com/google/common/base/
DStopwatch.java73 public final class Stopwatch { class
83 public Stopwatch() { in Stopwatch() method in Stopwatch
91 public Stopwatch(Ticker ticker) { in Stopwatch() method in Stopwatch
110 public Stopwatch start() { in start()
124 public Stopwatch stop() { in stop()
138 public Stopwatch reset() { in reset()
/external/chromium_org/mojo/system/
Dtest_utils.h42 class Stopwatch {
44 Stopwatch() {} in Stopwatch() function
45 ~Stopwatch() {} in ~Stopwatch()
54 DISALLOW_COPY_AND_ASSIGN(Stopwatch);
Dwaiter_unittest.cc65 test::Stopwatch stopwatch; in Run()
213 test::Stopwatch stopwatch; in TEST()
Dsimple_dispatcher_unittest.cc95 test::Stopwatch stopwatch; in TEST()
198 test::Stopwatch stopwatch; in TEST()
271 test::Stopwatch stopwatch; in TEST()
335 test::Stopwatch stopwatch; in TEST()
Dmessage_pipe_dispatcher_unittest.cc33 test::Stopwatch stopwatch; in TEST()
357 test::Stopwatch stopwatch; in TEST()
/external/lldb/test/
Dlldbbench.py5 class Stopwatch(object): class
105 self.stopwatch = Stopwatch()
/external/lldb/test/benchmarks/startup/
DTestStartupDelays.py17 self.stopwatch2 = Stopwatch()
19 self.stopwatch3 = Stopwatch()
/external/guava/guava-tests/test/com/google/common/base/
DStopwatchTest.java38 private final Stopwatch stopwatch = new Stopwatch(ticker);
230 long value = new Stopwatch().start().elapsedTime(NANOSECONDS); in testDefault()
/external/webp/examples/
Ddwebp.c297 Stopwatch stop_watch; in SaveOutput()
447 Stopwatch stop_watch; in main()
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java29 import com.google.common.base.Stopwatch;
3501 final Stopwatch stopwatch = new Stopwatch();
4044 Stopwatch stopwatch = new Stopwatch().start();