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

  /development/tools/idegen/src/
Stopwatch.java 20 class Stopwatch {
  /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...]
  /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...]
  /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...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 656 milliseconds