Searched refs:mJankLegacyFrameCount (Results 1 – 2 of 2) sorted by relevance
98 mJankLegacyFrameCount >>= divider; in mergeWith()99 mJankLegacyFrameCount += other.mJankLegacyFrameCount; in mergeWith()118 dprintf(fd, "\nJanky frames (legacy): %u (%.2f%%)", mJankLegacyFrameCount, mTotalFrameCount == 0 in dump()120 : (float)mJankLegacyFrameCount / (float)mTotalFrameCount * 100.0f); in dump()168 mJankLegacyFrameCount = 0; in reset()
64 void reportJankLegacy() { mJankLegacyFrameCount++; } in reportJankLegacy()69 uint32_t jankLegacyFrameCount() const { return mJankLegacyFrameCount; } in jankLegacyFrameCount()110 uint32_t mJankLegacyFrameCount; variable