Searched refs:mCollectedGpuDurations (Results 1 – 1 of 1) sorted by relevance
65 private ArrayList<Long> mCollectedGpuDurations = new ArrayList<>(); field in PerfMeasurement136 for (int i = 0; i < mCollectedGpuDurations.size(); i++) { in dumpPerformanceData()139 mCollectedGpuDurations.get(i), in dumpPerformanceData()143 mCollectedGpuDurations.clear(); in dumpPerformanceData()186 mCollectedGpuDurations.add(duration); in stopTimer()