Home
last modified time | relevance | path

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

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DGraphicsStatsMonitor.java224 int perc50; in gatherGraphicsStats() local
227 perc50 = Integer.valueOf(parsed50); in gatherGraphicsStats()
230 perc50 = -1; in gatherGraphicsStats()
263 JankStat stat = new JankStat(proc, since, total, janky, perc50, perc90, perc95, in gatherGraphicsStats()
DJankStat.java196 int perc50 = (int)Math.ceil(wgtAvgPercentile50); in mergeStatHistory() local
202 totalJankyFrames, perc50, perc90, perc95, perc99, totalSlow24h, in mergeStatHistory()