Home
last modified time | relevance | path

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

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DJankStat.java185 float wgtAvgPercentile95 = 0f; in mergeStatHistory() local
192 wgtAvgPercentile95 += stat.frameTime95th * weight; in mergeStatHistory()
198 int perc95 = (int)Math.ceil(wgtAvgPercentile95); in mergeStatHistory()