HomeSort by relevance Sort by last modified time
    Searched refs:Stopwatch (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/mojo/system/
test_utils.h 24 class Stopwatch {
26 Stopwatch() {}
27 ~Stopwatch() {}
40 DISALLOW_COPY_AND_ASSIGN(Stopwatch);
waiter_unittest.cc 63 test::Stopwatch stopwatch; variable
67 stopwatch.Start();
69 elapsed_micros = stopwatch.Elapsed();
202 test::Stopwatch stopwatch; local
208 stopwatch.Start();
210 elapsed_micros = stopwatch.Elapsed();
214 stopwatch.Start();
217 elapsed_micros = stopwatch.Elapsed()
    [all...]
simple_dispatcher_unittest.cc 91 test::Stopwatch stopwatch; local
109 stopwatch.Start();
111 elapsed_micros = stopwatch.Elapsed();
120 stopwatch.Start();
122 elapsed_micros = stopwatch.Elapsed();
131 stopwatch.Start();
133 elapsed_micros = stopwatch.Elapsed();
141 stopwatch.Start();
143 elapsed_micros = stopwatch.Elapsed()
163 test::Stopwatch stopwatch; local
215 test::Stopwatch stopwatch; local
265 test::Stopwatch stopwatch; local
    [all...]
message_pipe_dispatcher_unittest.cc 35 test::Stopwatch stopwatch; local
68 stopwatch.Start();
70 elapsed_micros = stopwatch.Elapsed();
94 stopwatch.Start();
96 elapsed_micros = stopwatch.Elapsed();
104 stopwatch.Start();
106 elapsed_micros = stopwatch.Elapsed();
257 test::Stopwatch stopwatch; local
    [all...]
  /development/tools/idegen/src/
Stopwatch.java 20 class Stopwatch {
Configuration.java 62 Stopwatch stopwatch = new Stopwatch(); local
66 stopwatch.reset("Read excludes");
74 stopwatch.reset("Traversed tree");
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Stopwatch.java 41 * returned by {@code nanoTime} at a different time. {@code Stopwatch} is a
48 * Stopwatch stopwatch = new Stopwatch().{@link #start start}();
50 * stopwatch.{@link #stop stop}(); // optional
52 * long millis = stopwatch.{@link #elapsedMillis elapsedMillis}();
54 * log.info("that took: " + stopwatch); // formatted string like "12.3 ms"
57 * <p>Stopwatch methods are not idempotent; it is an error to start or stop a
58 * stopwatch that is already in the desired state.
61 * #Stopwatch(Ticker) alternate constructor} to supply a fake or mock ticker
    [all...]
  /external/guava/guava/src/com/google/common/base/
Stopwatch.java 42 * returned by {@code nanoTime} at a different time. {@code Stopwatch} is a
49 * Stopwatch stopwatch = new Stopwatch().{@link #start start}();
51 * stopwatch.{@link #stop stop}(); // optional
53 * long millis = stopwatch.{@link #elapsedMillis elapsedMillis}();
55 * log.info("that took: " + stopwatch); // formatted string like "12.3 ms"
58 * <p>Stopwatch methods are not idempotent; it is an error to start or stop a
59 * stopwatch that is already in the desired state.
62 * #Stopwatch(Ticker) alternate constructor} to supply a fake or mock ticker
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
StopwatchTest.java 30 * Unit test for {@link Stopwatch}.
38 private final Stopwatch stopwatch = new Stopwatch(ticker); field in class:StopwatchTest
41 assertFalse(stopwatch.isRunning());
42 assertEquals(0, stopwatch.elapsedTime(NANOSECONDS));
46 assertSame(stopwatch, stopwatch.start());
47 assertTrue(stopwatch.isRunning());
51 stopwatch.start()
    [all...]
  /dalvik/vm/test/
TestIndirectRefTable.cpp 29 class Stopwatch {
31 Stopwatch() {
356 Stopwatch stopwatch; local
364 stopwatch.reset();
374 kTableMax, kLoops, stopwatch.elapsedSeconds() * 1000 / kLoops);
376 stopwatch.reset();
386 kTableMax, kLoops, stopwatch.elapsedSeconds() * 1000 / kLoops);
391 stopwatch.reset();
398 kTableMax, kLoops, stopwatch.elapsedSeconds() * 1000 / kLoops)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 55 import com.google.common.base.Stopwatch;
158 Stopwatch stopwatch = new Stopwatch(); local
159 stopwatch.start();
161 stopwatch.stop();
163 + stopwatch.toString());
270 Stopwatch stopwatch = new Stopwatch(); local
281 Stopwatch stopwatch = new Stopwatch(); local
    [all...]
  /external/webp/examples/
dwebp.c 42 #include "./stopwatch.h"
297 Stopwatch stop_watch;
447 Stopwatch stop_watch;
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 29 import com.google.common.base.Stopwatch;
3501 final Stopwatch stopwatch = new Stopwatch(); field in class:LocalCache.LoadingValueReference
    [all...]
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 249 milliseconds