Searched refs:wgtAvgPercentile90 (Results 1 – 1 of 1) sorted by relevance
184 float wgtAvgPercentile90 = 0f; in mergeStatHistory() local190 wgtAvgPercentile90 += stat.frameTime50th * weight; in mergeStatHistory()191 wgtAvgPercentile90 += stat.frameTime90th * weight; in mergeStatHistory()197 int perc90 = (int)Math.ceil(wgtAvgPercentile90); in mergeStatHistory()