Home
last modified time | relevance | path

Searched refs:logPerformanceStats (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaPerfUtils.java101 logPerformanceStats(log, frameAvgUsStats, "frame_avg_stats", in addPerformanceStatsToLog()
107 double fps = logPerformanceStats(log, timeAvgUsStats, "time_avg_stats", in addPerformanceStatsToLog()
119 private static double logPerformanceStats( in logPerformanceStats() method in MediaPerfUtils