Searched refs:perc99 (Results 1 – 2 of 2) sorted by relevance
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | JankStat.java | 199 int perc99 = (int)Math.ceil(wgtAvgPercentile99); in mergeStatHistory() local 202 totalJankyFrames, perc50, perc90, perc95, perc99, totalSlow24h, in mergeStatHistory()
|
D | GraphicsStatsMonitor.java | 239 int perc99 = Integer.valueOf(JankStat.StatPattern.FRAME_TIME_99TH.parse(line)); in gatherGraphicsStats() local 264 perc99, slowest, vsync, latency, ui, bmp, draw, 1); in gatherGraphicsStats()
|