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

  /external/guava/guava-tests/test/com/google/common/base/
StopwatchTest.java 30 * Unit test for {@link Stopwatch}.
38 private final Stopwatch stopwatch = new Stopwatch(ticker); field in class:StopwatchTest
41 assertFalse(stopwatch.isRunning());
42 assertEquals(0, stopwatch.elapsedTime(NANOSECONDS));
46 assertSame(stopwatch, stopwatch.start());
47 assertTrue(stopwatch.isRunning());
51 stopwatch.start()
    [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...]
  /development/tools/idegen/src/
Configuration.java 62 Stopwatch stopwatch = new Stopwatch(); local
66 stopwatch.reset("Read excludes");
74 stopwatch.reset("Traversed tree");
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 29 import com.google.common.base.Stopwatch;
3501 final Stopwatch stopwatch = new Stopwatch(); field in class:LocalCache.LoadingValueReference
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 130 milliseconds