HomeSort by relevance Sort by last modified time
    Searched refs:startupTimers (Results 1 - 2 of 2) sorted by null

  /external/guava/guava/src/com/google/common/util/concurrent/
ServiceManager.java 416 final Map<Service, Stopwatch> startupTimers = Maps.newIdentityHashMap();
483 Stopwatch stopwatch = startupTimers.get(service);
485 startupTimers.put(service, Stopwatch.createStarted());
593 loadTimes = Lists.newArrayListWithCapacity(startupTimers.size());
595 for (Entry<Service, Stopwatch> entry : startupTimers.entrySet()) {
624 * <li>Update the {@link #startupTimers}
644 Stopwatch stopwatch = startupTimers.get(service);
648 startupTimers.put(service, stopwatch);
  /prebuilts/tools/common/m2/repository/com/google/guava/guava-jdk5/17.0/
guava-jdk5-17.0.jar 

Completed in 87 milliseconds