Searched refs:totalFrameCount (Results 1 – 5 of 5) sorted by relevance
128 int totalFrameCount = getTotalFrameCount(); in getScore() local129 for (int i = 0; i < totalFrameCount; i++) { in getScore()137 double jankFrameCount = 100 * length / (double) totalFrameCount; in getScore()180 int totalFrameCount = getTotalFrameCount(); in getSortedJankFrameIndices() local183 for (int i = 0; i < totalFrameCount; i++) { in getSortedJankFrameIndices()
87 int totalFrameCount = result.getTotalFrameCount(); in storeRunResults() local88 for (int frameIdx = 0; frameIdx < totalFrameCount; frameIdx++) { in storeRunResults()123 + " Jank: " + (100 * sortedJankIndices.length) / (float) totalFrameCount + "%", in storeRunResults()
63 int totalFrameCount = 0;77 totalFrameCount += currentFrameCount;119 data[(start++)] = Integer.toString(totalFrameCount);
62 uint32_t totalFrameCount() const { return mTotalFrameCount; } in totalFrameCount() function
170 summary->set_total_frames(summary->total_frames() + data->totalFrameCount()); in mergeProfileDataIntoProto()