Searched refs:globalProfileData (Results 1 – 4 of 4) sorted by relevance
238 mRenderThread.globalProfileData()->dump(fd); in dumpProfileInfo()255 std::lock_guard lock(mRenderThread.globalProfileData().getDataMutex()); in frameTimePercentile()256 return mRenderThread.globalProfileData()->findPercentile(percentile); in frameTimePercentile()277 rt.globalProfileData().switchStorageToAshmem(fd); in setProcessStatsBuffer()284 rt.queue().post([&rt]() { rt.globalProfileData().rotateStorage(); }); in rotateProcessStatsBuffer()
149 ProfileDataContainer& globalProfileData() { return mGlobalProfileData; } in globalProfileData() function
326 globalProfileData()->dump(fd); in dumpGraphicsMemory()
120 , mJankTracker(&thread.globalProfileData()) in CanvasContext()