HomeSort by relevance Sort by last modified time
    Searched defs:totalFrameCount (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
ProfileData.h 62 uint32_t totalFrameCount() const { return mTotalFrameCount; }
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
UiBenchmarkResult.java 128 int totalFrameCount = getTotalFrameCount();
129 for (int i = 0; i < totalFrameCount; i++) {
137 double jankFrameCount = 100 * length / (double) totalFrameCount;
180 int totalFrameCount = getTotalFrameCount();
183 for (int i = 0; i < totalFrameCount; i++) {
GlobalResultsStore.java 87 int totalFrameCount = result.getTotalFrameCount();
88 for (int frameIdx = 0; frameIdx < totalFrameCount; frameIdx++) {
123 + " Jank: " + (100 * sortedJankIndices.length) / (float) totalFrameCount + "%",

Completed in 67 milliseconds