Home
last modified time | relevance | path

Searched refs:Stopwatch (Results 1 – 14 of 14) sorted by relevance

/external/guava/guava/src/com/google/common/base/
DStopwatch.java73 public final class Stopwatch { class
85 public static Stopwatch createUnstarted() { in createUnstarted()
86 return new Stopwatch(); in createUnstarted()
95 public static Stopwatch createUnstarted(Ticker ticker) { in createUnstarted()
96 return new Stopwatch(ticker); in createUnstarted()
105 public static Stopwatch createStarted() { in createStarted()
106 return new Stopwatch().start(); in createStarted()
115 public static Stopwatch createStarted(Ticker ticker) { in createStarted()
116 return new Stopwatch(ticker).start(); in createStarted()
127 public Stopwatch() { in Stopwatch() method in Stopwatch
[all …]
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DStopwatch.java75 public final class Stopwatch { class
87 public static Stopwatch createUnstarted() { in createUnstarted()
88 return new Stopwatch(); in createUnstarted()
97 public static Stopwatch createUnstarted(Ticker ticker) { in createUnstarted()
98 return new Stopwatch(ticker); in createUnstarted()
107 public static Stopwatch createStarted() { in createStarted()
108 return new Stopwatch().start(); in createStarted()
117 public static Stopwatch createStarted(Ticker ticker) { in createStarted()
118 return new Stopwatch(ticker).start(); in createStarted()
129 public Stopwatch() { in Stopwatch() method in Stopwatch
[all …]
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DStopwatchTest.java37 private final Stopwatch stopwatch = new Stopwatch(ticker);
40 Stopwatch startedStopwatch = Stopwatch.createStarted(); in testCreateStarted()
45 Stopwatch unstartedStopwatch = Stopwatch.createUnstarted(); in testCreateUnstarted()
/external/guava/guava-tests/benchmark/com/google/common/base/
DStopwatchBenchmark.java20 import com.google.common.base.Stopwatch;
35 Stopwatch s = Stopwatch.createStarted(); in stopwatch()
/external/guava/guava-tests/test/com/google/common/base/
DStopwatchTest.java38 private final Stopwatch stopwatch = new Stopwatch(ticker);
41 Stopwatch startedStopwatch = Stopwatch.createStarted(); in testCreateStarted()
46 Stopwatch unstartedStopwatch = Stopwatch.createUnstarted(); in testCreateUnstarted()
DFinalizableReferenceQueueClassLoaderUnloadingTest.java125 Class<?> sepStopwatchC = sepLoader.loadClass(Stopwatch.class.getName()); in useFrqInSeparateLoader()
/external/lldb/test/
Dlldbbench.py5 class Stopwatch(object): class
105 self.stopwatch = Stopwatch()
/external/lldb/test/benchmarks/startup/
DTestStartupDelays.py17 self.stopwatch2 = Stopwatch()
19 self.stopwatch3 = Stopwatch()
/external/guava/guava/src/com/google/common/util/concurrent/
DServiceManager.java36 import com.google.common.base.Stopwatch;
423 final Map<Service, Stopwatch> startupTimers = Maps.newIdentityHashMap();
482 startupTimers.put(service, Stopwatch.createUnstarted()); in ServiceManagerState()
589 for (Entry<Service, Stopwatch> entry : startupTimers.entrySet()) { in startupTimes()
591 Stopwatch stopWatch = entry.getValue(); in startupTimes()
643 Stopwatch stopwatch = startupTimers.get(service); in transitionService()
/external/guava/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java31 import com.google.common.base.Stopwatch;
202 .put(Stopwatch.class, Stopwatch.createUnstarted())
/external/guava/guava-testlib/test/com/google/common/testing/
DArbitraryInstancesTest.java26 import com.google.common.base.Stopwatch;
215 ArbitraryInstances.get(Stopwatch.class).start(); in testGet_misc()
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java31 import com.google.common.base.Stopwatch;
3468 final Stopwatch stopwatch = Stopwatch.createUnstarted();
4017 Stopwatch stopwatch = Stopwatch.createStarted();
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...