Home
last modified time | relevance | path

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

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DJankStat.java72 public int totalFrames; field in JankStat
92 totalFrames = total; in JankStat()
122 return jankyFrames / (float)totalFrames; in getPercentJankyFrames()
132 "\nTotal frames: " + totalFrames + in toString()
173 totalTotalFrames += stat.totalFrames; in mergeStatHistory()
188 float weight = ((float)stat.totalFrames / totalTotalFrames); in mergeStatHistory()