Searched refs:mProfiler (Results 1 – 4 of 4) sorted by relevance
143 FrameInfoVisualizer& profiler() { return mProfiler; } in profiler()267 FrameInfoVisualizer mProfiler; variable
109 , mProfiler(mJankTracker.frames(), thread.timeLord().frameIntervalNanos()) in CanvasContext()114 mProfiler.setDensity(DeviceInfo::get()->displayInfo().density); in CanvasContext()
329 Profiler mProfiler; field in ActivityThread2064 if (mBoundApplication != null && mProfiler.profileFd != null in queueIdle()2065 && mProfiler.autoStopProfiler) { in queueIdle()2091 mProfiler.stopProfiling(); in queueIdle()2381 return mProfiler != null && mProfiler.profileFile != null in isProfiling()2382 && mProfiler.profileFd == null; in isProfiling()2386 return mProfiler.profileFile; in getProfileFilePath()2442 mProfiler = new Profiler(); in installSystemApplicationInfo()3408 mProfiler.setProfiler(r.profilerInfo); in handleLaunchActivity()3409 mProfiler.startProfiling(); in handleLaunchActivity()[all …]
2162 Landroid/app/ActivityThread;->mProfiler:Landroid/app/ActivityThread$Profiler;