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

  /development/tools/idegen/src/
Stopwatch.java 20 class Stopwatch {
  /external/chromium_org/mojo/system/
test_utils.h 39 // Stopwatch -------------------------------------------------------------------
41 // A simple "stopwatch" for measuring time elapsed from a given starting point.
42 class Stopwatch {
44 Stopwatch() {}
45 ~Stopwatch() {}
54 DISALLOW_COPY_AND_ASSIGN(Stopwatch);
  /external/lldb/test/
lldbbench.py 5 class Stopwatch(object):
6 """Stopwatch provides a simple utility to start/stop your stopwatch multiple
15 sw = Stopwatch()
23 # Reset the stopwatch as we are about to perform other kind of operations.
105 self.stopwatch = Stopwatch()
111 del self.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...]
  /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/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 1250 milliseconds