Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DJankTracker.cpp164 if (newData->totalFrameCount > (1 << 24)) { in switchStorageToAshmem()
177 newData->totalFrameCount >>= divider; in switchStorageToAshmem()
178 newData->totalFrameCount += mData->totalFrameCount; in switchStorageToAshmem()
213 mData->totalFrameCount++; in addFrame()
262 dprintf(fd, "\nTotal frames rendered: %u", data->totalFrameCount); in dumpData()
264 (float) data->jankFrameCount / (float) data->totalFrameCount * 100.0f); in dumpData()
288 mData->totalFrameCount = 0; in reset()
297 int pos = percentile * data->totalFrameCount / 100; in findPercentile()
298 int remaining = data->totalFrameCount - pos; in findPercentile()
DJankTracker.h51 uint32_t totalFrameCount; member