Searched refs:mCollectedTimestamps (Results 1 – 1 of 1) sorted by relevance
67 private ArrayList<Long> mCollectedTimestamps = new ArrayList<>(); field in PerfMeasurement138 mCollectedTimestamps.get(i), in dumpPerformanceData()142 mCollectedTimestamps.clear(); in dumpPerformanceData()187 mCollectedTimestamps.add(mTimestampQueue.isEmpty() ? in stopTimer()