Home
last modified time | relevance | path

Searched refs:globalProfileData (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp227 mRenderThread.globalProfileData()->dump(fd); in dumpProfileInfo()
241 return mRenderThread.globalProfileData()->findPercentile(percentile); in frameTimePercentile()
255 rt.globalProfileData().switchStorageToAshmem(fd); in setProcessStatsBuffer()
262 rt.queue().post([&rt]() { rt.globalProfileData().rotateStorage(); }); in rotateProcessStatsBuffer()
DRenderThread.h102 ProfileDataContainer& globalProfileData() { return mGlobalProfileData; } in globalProfileData() function
DRenderThread.cpp253 globalProfileData()->dump(fd); in dumpGraphicsMemory()
DCanvasContext.cpp108 , mJankTracker(&thread.globalProfileData(), DeviceInfo::get()->displayInfo()) in CanvasContext()