Home
last modified time | relevance | path

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

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DJankStat.java163 int totalTotalFrames = 0; in mergeStatHistory() local
173 totalTotalFrames += stat.totalFrames; in mergeStatHistory()
188 float weight = ((float)stat.totalFrames / totalTotalFrames); in mergeStatHistory()
201 return new JankStat(pkg, totalStatsSince, totalTotalFrames, in mergeStatHistory()