Home
last modified time | relevance | path

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

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DJankStat.java184 float wgtAvgPercentile90 = 0f; in mergeStatHistory() local
190 wgtAvgPercentile90 += stat.frameTime50th * weight; in mergeStatHistory()
191 wgtAvgPercentile90 += stat.frameTime90th * weight; in mergeStatHistory()
197 int perc90 = (int)Math.ceil(wgtAvgPercentile90); in mergeStatHistory()