Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCanvasContext.h121 FrameInfoVisualizer& profiler() { return mProfiler; } in profiler()
227 FrameInfoVisualizer mProfiler; variable
DCanvasContext.cpp71 , mProfiler(mFrames) in CanvasContext()
75 mProfiler.setDensity(mRenderThread.mainDisplayInfo().density); in CanvasContext()
/frameworks/base/core/java/android/app/
DActivityThread.java216 Profiler mProfiler; field in ActivityThread
1740 if (mBoundApplication != null && mProfiler.profileFd != null in queueIdle()
1741 && mProfiler.autoStopProfiler) { in queueIdle()
1767 mProfiler.stopProfiling(); in queueIdle()
2013 return mProfiler != null && mProfiler.profileFile != null in isProfiling()
2014 && mProfiler.profileFd == null; in isProfiling()
2018 return mProfiler.profileFile; in getProfileFilePath()
2047 mProfiler = new Profiler(); in installSystemApplicationInfo()
2694 mProfiler.setProfiler(r.profilerInfo); in handleLaunchActivity()
2695 mProfiler.startProfiling(); in handleLaunchActivity()
[all …]