Home
last modified time | relevance | path

Searched defs:Stopwatch (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DStopwatch.java72 public final class Stopwatch { class
82 public Stopwatch() { in Stopwatch() method in Stopwatch
90 public Stopwatch(Ticker ticker) { in Stopwatch() method in Stopwatch
/external/guava/guava/src/com/google/common/base/
DStopwatch.java73 public final class Stopwatch { class
83 public Stopwatch() { in Stopwatch() method in Stopwatch
91 public Stopwatch(Ticker ticker) { in Stopwatch() method in Stopwatch
/external/chromium_org/mojo/system/
Dtest_utils.h44 Stopwatch() {} in Stopwatch() function
/external/lldb/test/
Dlldbbench.py5 class Stopwatch(object): class