Searched refs:InspectorProfilerAgent (Results 1 – 16 of 16) sorted by relevance
/external/webkit/Source/WebCore/inspector/ |
D | InspectorProfilerAgent.cpp | 66 PassOwnPtr<InspectorProfilerAgent> InspectorProfilerAgent::create(InstrumentingAgents* instrumentin… in create() 68 …return adoptPtr(new InspectorProfilerAgent(instrumentingAgents, consoleAgent, inspectedPage, inspe… in create() 71 InspectorProfilerAgent::InspectorProfilerAgent(InstrumentingAgents* instrumentingAgents, InspectorC… in InspectorProfilerAgent() function in WebCore::InspectorProfilerAgent 86 InspectorProfilerAgent::~InspectorProfilerAgent() in ~InspectorProfilerAgent() 91 void InspectorProfilerAgent::addProfile(PassRefPtr<ScriptProfile> prpProfile, unsigned lineNumber, … in addProfile() 100 void InspectorProfilerAgent::addProfileFinishedMessageToConsole(PassRefPtr<ScriptProfile> prpProfil… in addProfileFinishedMessageToConsole() 110 void InspectorProfilerAgent::addStartProfilingMessageToConsole(const String& title, unsigned lineNu… in addStartProfilingMessageToConsole() 118 void InspectorProfilerAgent::collectGarbage(WebCore::ErrorString*) in collectGarbage() 123 PassRefPtr<InspectorObject> InspectorProfilerAgent::createProfileHeader(const ScriptProfile& profil… in createProfileHeader() 132 PassRefPtr<InspectorObject> InspectorProfilerAgent::createSnapshotHeader(const ScriptHeapSnapshot& … in createSnapshotHeader() [all …]
|
D | InspectorProfilerAgent.h | 56 class InspectorProfilerAgent { 57 WTF_MAKE_NONCOPYABLE(InspectorProfilerAgent); WTF_MAKE_FAST_ALLOCATED; 59 …static PassOwnPtr<InspectorProfilerAgent> create(InstrumentingAgents*, InspectorConsoleAgent*, Pag… 60 virtual ~InspectorProfilerAgent(); 100 InspectorProfilerAgent(InstrumentingAgents*, InspectorConsoleAgent*, Page*, InspectorState*);
|
D | InstrumentingAgents.h | 49 class InspectorProfilerAgent; variable 127 InspectorProfilerAgent* inspectorProfilerAgent() const { return m_inspectorProfilerAgent; } in inspectorProfilerAgent() 128 …void setInspectorProfilerAgent(InspectorProfilerAgent* agent) { m_inspectorProfilerAgent = agent; } in setInspectorProfilerAgent() 152 InspectorProfilerAgent* m_inspectorProfilerAgent;
|
D | InspectorAgent.h | 66 class InspectorProfilerAgent; variable 137 InspectorProfilerAgent* profilerAgent() const { return m_profilerAgent.get(); } in profilerAgent() 220 OwnPtr<InspectorProfilerAgent> m_profilerAgent;
|
D | InspectorInstrumentation.cpp | 589 if (InspectorProfilerAgent* profilerAgent = instrumentingAgents->inspectorProfilerAgent()) { in didCommitLoadImpl() 667 if (InspectorProfilerAgent* profilerAgent = inspectorAgent->profilerAgent()) in addStartProfilingMessageToConsoleImpl() 673 if (InspectorProfilerAgent* profilerAgent = inspectorAgent->profilerAgent()) { in addProfileImpl() 681 if (InspectorProfilerAgent* profilerAgent = inspectorAgent->profilerAgent()) in getCurrentUserInitiatedProfileNameImpl()
|
D | InspectorAgent.cpp | 134 …, m_profilerAgent(InspectorProfilerAgent::create(m_instrumentingAgents.get(), m_consoleAgent.get()… in InspectorAgent()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 16055 * inspector/InspectorProfilerAgent.cpp: 33414 * inspector/InspectorProfilerAgent.cpp: 33415 (WebCore::InspectorProfilerAgent::disable): 33416 (WebCore::InspectorProfilerAgent::enable): 33417 (WebCore::InspectorProfilerAgent::startUserInitiatedProfiling): 33546 * inspector/InspectorProfilerAgent.cpp: 33547 (WebCore::InspectorProfilerAgent::disable): 33548 (WebCore::InspectorProfilerAgent::enable): 33549 (WebCore::InspectorProfilerAgent::startUserInitiatedProfiling): 33677 * inspector/InspectorProfilerAgent.cpp: [all …]
|
D | ChangeLog-2011-02-16 | 11605 * inspector/InspectorProfilerAgent.cpp: 11606 (WebCore::InspectorProfilerAgent::resetFrontendProfiles): 15395 * inspector/InspectorProfilerAgent.cpp: 15396 (WebCore::InspectorProfilerAgent::InspectorProfilerAgent): 15397 (WebCore::InspectorProfilerAgent::startUserInitiatedProfiling): 15536 * inspector/InspectorProfilerAgent.cpp: 15537 (WebCore::InspectorProfilerAgent::InspectorProfilerAgent): 15538 (WebCore::InspectorProfilerAgent::startUserInitiatedProfiling): 15608 * inspector/InspectorProfilerAgent.cpp: 15609 (WebCore::InspectorProfilerAgent::enable): [all …]
|
D | WebCore.pro | 837 inspector/InspectorProfilerAgent.cpp \ 1783 inspector/InspectorProfilerAgent.h \
|
D | CMakeLists.txt | 919 inspector/InspectorProfilerAgent.cpp
|
D | ChangeLog-2010-12-06 | 4355 * inspector/InspectorProfilerAgent.cpp: 4356 (WebCore::InspectorProfilerAgent::getProfile): 6414 * inspector/InspectorProfilerAgent.cpp: 6415 * inspector/InspectorProfilerAgent.h: 16739 * inspector/InspectorProfilerAgent.cpp: 16740 (WebCore::InspectorProfilerAgent::startUserInitiatedProfiling): 16741 (WebCore::InspectorProfilerAgent::stopUserInitiatedProfiling): 16742 * inspector/InspectorProfilerAgent.h: 19306 * inspector/InspectorProfilerAgent.cpp: 19307 (WebCore::InspectorProfilerAgent::addStartProfilingMessageToConsole): [all …]
|
D | GNUmakefile.list.am | 1979 Source/WebCore/inspector/InspectorProfilerAgent.cpp \ 1980 Source/WebCore/inspector/InspectorProfilerAgent.h \
|
D | GNUmakefile.am | 2002 Source/WebCore/inspector/InspectorProfilerAgent.cpp \ 2003 Source/WebCore/inspector/InspectorProfilerAgent.h \
|
D | WebCore.gypi | 3270 'inspector/InspectorProfilerAgent.cpp', 3271 'inspector/InspectorProfilerAgent.h',
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 3167 …BA006C0288 /* InspectorProfilerAgent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9F0D6B2C12… 3168 …EBA006C0288 /* InspectorProfilerAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F0D6B2D121… 9729 … /* InspectorProfilerAgent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 9730 …288 /* InspectorProfilerAgent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 13321 9F0D6B2C121BFEBA006C0288 /* InspectorProfilerAgent.cpp */, 13322 9F0D6B2D121BFEBA006C0288 /* InspectorProfilerAgent.h */, 21415 9F0D6B2F121BFEBA006C0288 /* InspectorProfilerAgent.h in Headers */, 24238 9F0D6B2E121BFEBA006C0288 /* InspectorProfilerAgent.cpp in Sources */,
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 10424 Web Inspector: Store heap snapshots in InspectorProfilerAgent.
|