Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCanvasContext.h107 FrameInfoVisualizer& profiler() { return mProfiler; } in profiler()
147 FrameInfoVisualizer mProfiler; variable
DCanvasContext.cpp50 , mProfiler(mFrames) { in CanvasContext()
52 mProfiler.setDensity(mRenderThread.mainDisplayInfo().density); in CanvasContext()
/frameworks/base/core/java/android/app/
DActivityThread.java192 Profiler mProfiler; field in ActivityThread
1596 if (mBoundApplication != null && mProfiler.profileFd != null in queueIdle()
1597 && mProfiler.autoStopProfiler) { in queueIdle()
1623 mProfiler.stopProfiling(); in queueIdle()
1866 return mProfiler != null && mProfiler.profileFile != null in isProfiling()
1867 && mProfiler.profileFd == null; in isProfiling()
1871 return mProfiler.profileFile; in getProfileFilePath()
1900 mProfiler = new Profiler(); in installSystemApplicationInfo()
2463 mProfiler.setProfiler(r.profilerInfo); in handleLaunchActivity()
2464 mProfiler.startProfiling(); in handleLaunchActivity()
[all …]