Home
last modified time | relevance | path

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

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