Searched refs:runIndex (Results 1 – 2 of 2) sorted by relevance
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/ |
D | LoopSummary.java | 39 int runIndex, in parseRunMetrics() argument 42 getMetricLongValue(context, type, runIndex, "frame_count", runMetrics), in parseRunMetrics() 43 getMetricLongValue(context, type, runIndex, "duration", runMetrics), in parseRunMetrics() 44 getMetricDoubleValue(context, type, runIndex, "jank_rate", runMetrics), in parseRunMetrics() 45 getMetricLongValue(context, type, runIndex, "min_frametime", runMetrics), in parseRunMetrics() 46 getMetricLongValue(context, type, runIndex, "max_frametime", runMetrics), in parseRunMetrics() 47 getMetricDoubleValue(context, type, runIndex, "frametime", runMetrics), in parseRunMetrics() 48 getMetricLongValue(context, type, runIndex, "90th_percentile", runMetrics), in parseRunMetrics() 49 getMetricLongValue(context, type, runIndex, "95th_percentile", runMetrics), in parseRunMetrics() 50 getMetricLongValue(context, type, runIndex, "99th_percentile", runMetrics), in parseRunMetrics() [all …]
|
D | GameQualificationFpsCollector.java | 201 int runIndex, in processTimestampsSlice() argument 205 outputFile.write("Loop " + runIndex + " timestamp: " + startTimestamp + " ns\n"); in processTimestampsSlice() 249 printHistogram(frameTimes, runIndex); in processTimestampsSlice() 270 int runIndex = 0; in doEnd() local 294 … processTimestampsSlice(summaryBuilder, runIndex++, startTime, endTime, outputFile); in doEnd() 301 runIndex, in doEnd() 319 void printHistogram(Collection<Long> frameTimes, int runIndex) { in printHistogram() argument 326 "GameQualification-histogram-" + getApkInfo().getName() + "-run" + runIndex, in printHistogram()
|