Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp217 mRenderThread.globalProfileData()->dump(fd); in dumpProfileInfo()
231 return mRenderThread.globalProfileData()->findPercentile(percentile); in frameTimePercentile()
243 rt.globalProfileData().switchStorageToAshmem(fd); in setProcessStatsBuffer()
250 rt.queue().post([&rt]() { rt.globalProfileData().rotateStorage(); }); in rotateProcessStatsBuffer()
DRenderThread.h92 ProfileDataContainer& globalProfileData() { return mGlobalProfileData; } in globalProfileData() function
DRenderThread.cpp175 globalProfileData()->dump(fd); in dumpGraphicsMemory()
DCanvasContext.cpp147 , mJankTracker(&thread.globalProfileData(), thread.mainDisplayInfo()) in CanvasContext()