Searched defs:Stopwatch (Results 1 - 2 of 2) sorted by relevance

/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...]

Completed in 78 milliseconds