Searched refs:PerformancePoint (Results 1 – 1 of 1) sorted by relevance
67 private static class PerformancePoint { class in Timer71 public PerformancePoint() { in PerformancePoint() method in Timer.PerformancePoint77 private final Map<String, ArrayList<PerformancePoint>> mPoints = Maps.newHashMap();100 ArrayList<PerformancePoint> values = mPoints.get(tag); in start()102 values = new ArrayList<PerformancePoint>(); in start()106 values.add(new PerformancePoint()); in start()117 ArrayList<PerformancePoint> values = mPoints.get(tag); in pause()119 values.add(new PerformancePoint()); in pause()149 for (Map.Entry<String, ArrayList<PerformancePoint>> entry : mPoints.entrySet()) { in dumpResults()151 ArrayList<PerformancePoint> values = entry.getValue(); in dumpResults()[all …]