Searched refs:Stopwatch (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/mojo/system/
H A Dtest_utils.h39 // Stopwatch -------------------------------------------------------------------
42 class Stopwatch { class in namespace:mojo::system::test
44 Stopwatch() {} function in class:mojo::system::test::Stopwatch
45 ~Stopwatch() {}
54 DISALLOW_COPY_AND_ASSIGN(Stopwatch);
H A Dwaiter_unittest.cc65 test::Stopwatch stopwatch;
213 test::Stopwatch stopwatch;
H A Dsimple_dispatcher_unittest.cc95 test::Stopwatch stopwatch;
198 test::Stopwatch stopwatch;
271 test::Stopwatch stopwatch;
335 test::Stopwatch stopwatch;
H A Dmessage_pipe_dispatcher_unittest.cc33 test::Stopwatch stopwatch;
357 test::Stopwatch stopwatch;
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DStopwatch.java41 * returned by {@code nanoTime} at a different time. {@code Stopwatch} is a
48 * Stopwatch stopwatch = new Stopwatch().{@link #start start}();
57 * <p>Stopwatch methods are not idempotent; it is an error to start or stop a
61 * #Stopwatch(Ticker) alternate constructor} to supply a fake or mock ticker.
72 public final class Stopwatch { class
82 public Stopwatch() { method in class:Stopwatch
90 public Stopwatch(Ticker ticker) { method in class:Stopwatch
106 * @return this {@code Stopwatch} instance
109 public Stopwatch star
[all...]
/external/guava/guava/src/com/google/common/base/
H A DStopwatch.java42 * returned by {@code nanoTime} at a different time. {@code Stopwatch} is a
49 * Stopwatch stopwatch = new Stopwatch().{@link #start start}();
58 * <p>Stopwatch methods are not idempotent; it is an error to start or stop a
62 * #Stopwatch(Ticker) alternate constructor} to supply a fake or mock ticker.
73 public final class Stopwatch { class
83 public Stopwatch() { method in class:Stopwatch
91 public Stopwatch(Ticker ticker) { method in class:Stopwatch
107 * @return this {@code Stopwatch} instance
110 public Stopwatch star
[all...]
/external/lldb/test/
H A Dlldbbench.py5 class Stopwatch(object): class in inherits:object
6 """Stopwatch provides a simple utility to start/stop your stopwatch multiple
15 sw = Stopwatch()
105 self.stopwatch = Stopwatch()
/external/lldb/test/benchmarks/startup/
H A DTestStartupDelays.py17 self.stopwatch2 = Stopwatch()
19 self.stopwatch3 = Stopwatch()
/external/guava/guava-tests/test/com/google/common/base/
H A DStopwatchTest.java30 * Unit test for {@link Stopwatch}.
38 private final Stopwatch stopwatch = new Stopwatch(ticker);
230 long value = new Stopwatch().start().elapsedTime(NANOSECONDS);
/external/webp/examples/
H A Ddwebp.c297 Stopwatch stop_watch;
447 Stopwatch stop_watch;
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java29 import com.google.common.base.Stopwatch;
3501 final Stopwatch stopwatch = new Stopwatch();
4044 Stopwatch stopwatch = new Stopwatch().start();
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 276 milliseconds