Searched refs:m_inspectorProfilerAgent (Results 1 – 1 of 1) sorted by relevance
79 , m_inspectorProfilerAgent(0) in InstrumentingAgents()127 InspectorProfilerAgent* inspectorProfilerAgent() const { return m_inspectorProfilerAgent; } in inspectorProfilerAgent()128 …void setInspectorProfilerAgent(InspectorProfilerAgent* agent) { m_inspectorProfilerAgent = agent; } in setInspectorProfilerAgent()152 InspectorProfilerAgent* m_inspectorProfilerAgent; variable