Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DJankTracker.cpp251 mData->reportGPUFrame(totalGPUDrawTime); in finishFrame()
252 (*mGlobalData)->reportGPUFrame(totalGPUDrawTime); in finishFrame()
H A DProfileData.h62 void reportGPUFrame(int64_t duration);
H A DProfileData.cpp213 void ProfileData::reportGPUFrame(int64_t duration) { in reportGPUFrame() function in android::uirenderer::ProfileData