Home
last modified time | relevance | path

Searched defs:frameTimes (Results 1 – 3 of 3) sorted by relevance

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DGameQualificationFpsCollector.java210 List<Long> frameTimes = new ArrayList<>(); in processTimestampsSlice() local
319 void printHistogram(Collection<Long> frameTimes, int runIndex) { in printHistogram()
DLoopSummary.java231 private List<Long> frameTimes = new ArrayList<>(); field in LoopSummary.Builder
/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/
Dnative_choreo_activity.cpp129 static std::vector<unsigned long> frameTimes; variable