Searched refs:profilerAgent (Results 1 – 5 of 5) sorted by relevance
138 m_inspectorAgent->profilerAgent(), in connectFrontend()267 m_inspectorAgent->profilerAgent()->enable(&error); in enableProfiler()273 m_inspectorAgent->profilerAgent()->disable(&error); in disableProfiler()278 return m_inspectorAgent->profilerAgent()->enabled(); in profilerEnabled()305 m_inspectorAgent->profilerAgent()->startUserInitiatedProfiling(); in startUserInitiatedProfiling()313 m_inspectorAgent->profilerAgent()->stopUserInitiatedProfiling(); in stopUserInitiatedProfiling()319 return m_inspectorAgent->profilerAgent()->isRecordingUserInitiatedProfile(); in isRecordingUserInitiatedProfile()
589 if (InspectorProfilerAgent* profilerAgent = instrumentingAgents->inspectorProfilerAgent()) { in didCommitLoadImpl() local590 profilerAgent->stopUserInitiatedProfiling(true); in didCommitLoadImpl()591 profilerAgent->resetState(); in didCommitLoadImpl()667 if (InspectorProfilerAgent* profilerAgent = inspectorAgent->profilerAgent()) in addStartProfilingMessageToConsoleImpl() local668 profilerAgent->addStartProfilingMessageToConsole(title, lineNumber, sourceURL); in addStartProfilingMessageToConsoleImpl()673 if (InspectorProfilerAgent* profilerAgent = inspectorAgent->profilerAgent()) { in addProfileImpl() local675 profilerAgent->addProfile(profile, lastCaller.lineNumber(), lastCaller.sourceURL()); in addProfileImpl()681 if (InspectorProfilerAgent* profilerAgent = inspectorAgent->profilerAgent()) in getCurrentUserInitiatedProfileNameImpl() local682 return profilerAgent->getCurrentUserInitiatedProfileName(incrementProfileNumber); in getCurrentUserInitiatedProfileNameImpl()
137 InspectorProfilerAgent* profilerAgent() const { return m_profilerAgent.get(); } in profilerAgent() function
19032 (WebCore::InspectorAgent::profilerAgent):21649 (WebCore::InspectorController::profilerAgent):
74110 (WebCore::InspectorController::profilerAgent):