Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/unit/
DGraphicsStatsServiceTests.cpp102 expectedBucket = ProfileData::frameTimeForSlowFrameCountIndex(temp); in TEST()
160 expectedBucket = ProfileData::frameTimeForSlowFrameCountIndex(temp); in TEST()
/frameworks/base/libs/hwui/
DProfileData.cpp78 uint32_t ProfileData::frameTimeForSlowFrameCountIndex(uint32_t index) { in frameTimeForSlowFrameCountIndex() function in android::uirenderer::ProfileData
192 callback(HistogramEntry{frameTimeForSlowFrameCountIndex(i), mSlowFrameCounts[i]}); in histogramForEach()
DProfileData.h92 static uint32_t frameTimeForSlowFrameCountIndex(uint32_t index);