Searched refs:mProfiler (Results 1 – 3 of 3) sorted by relevance
107 FrameInfoVisualizer& profiler() { return mProfiler; } in profiler()147 FrameInfoVisualizer mProfiler; variable
50 , mProfiler(mFrames) { in CanvasContext()52 mProfiler.setDensity(mRenderThread.mainDisplayInfo().density); in CanvasContext()
192 Profiler mProfiler; field in ActivityThread1596 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 …]