Home
last modified time | relevance | path

Searched refs:stopProfiling (Results 1 – 25 of 25) sorted by relevance

/external/webkit/JavaScriptCore/profiler/
DProfilerServer.mm44 - (void)stopProfiling; method
72 …NotificationCenter defaultCenter] addObserver:self selector:@selector(stopProfiling) name:@"Profil…
82 …NotificationCenter defaultCenter] addObserver:self selector:@selector(stopProfiling) name:[_server…
98 - (void)stopProfiling
DProfileGenerator.cpp113 void ProfileGenerator::stopProfiling() in stopProfiling() function in JSC::ProfileGenerator
115 m_profile->forEach(&ProfileNode::stopProfiling); in stopProfiling()
DProfiler.cpp80 PassRefPtr<Profile> Profiler::stopProfiling(ExecState* exec, const UString& title) in stopProfiling() function in JSC::Profiler
86 profileGenerator->stopProfiling(); in stopProfiling()
DProfileGenerator.h57 void stopProfiling();
DProfiler.h58 PassRefPtr<Profile> stopProfiling(ExecState*, const UString& title);
DProfileNode.h60 void stopProfiling();
DProfileNode.cpp159 void ProfileNode::stopProfiling() in stopProfiling() function in JSC::ProfileNode
/external/webkit/WebKit/chromium/src/js/
DInspectorControllerImpl.js199 devtools.InspectorBackendImpl.prototype.stopProfiling = function() method in devtools.InspectorBackendImpl
201 …devtools.tools.getProfilerAgent().stopProfiling( devtools.ProfilerAgent.ProfilerModules.PROFILER_M…
DProfilerAgent.js180 devtools.ProfilerAgent.prototype.stopProfiling = function(modules) method in devtools.ProfilerAgent
DTests.js457 InspectorBackend.stopProfiling();
/external/webkit/WebCore/bindings/js/
DScriptProfiler.cpp44 return JSC::Profiler::profiler()->stopProfiling(state, title); in stop()
/external/webkit/JavaScriptCore/API/
DJSProfilerPrivate.cpp44 profiler->stopProfiling(exec, title->ustring()); in JSEndProfiling()
/external/webkit/WebCore/inspector/front-end/
DInspectorBackendStub.js209 stopProfiling: function() method in WebInspector.InspectorBackendStub
DProfileView.js599 InspectorBackend.stopProfiling();
/external/webkit/WebCore/inspector/
DInspectorBackend.h103 void stopProfiling();
DInspectorBackend.idl75 void stopProfiling();
DInspectorBackend.cpp257 void InspectorBackend::stopProfiling() in stopProfiling() function in WebCore::InspectorBackend
/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.cpp104 (*profiler)->stopProfiling(globalExec(), UString()); in ~JSGlobalObject()
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def257 … ?stopProfiling@Profiler@JSC@@QAE?AV?$PassRefPtr@VProfile@JSC@@@WTF@@PAVExecState@2@ABVUString@2@@Z
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-102166 (KJS::ProfileGenerator::stopProfiling):
2179 (KJS::Profiler::stopProfiling):
4029 (KJS::Profile::stopProfiling): Set the current node to the parent,
4040 (KJS::Profiler::stopProfiling): Skipp stopped profiles.
4908 (KJS::Profile::stopProfiling): If the current node is already the head
4944 stopProfiling() we cannot assert that console.profile() and
4963 of just calling stopProfiling().
4970 (KJS::Profile::stopProfiling): Instead of fully stopping the profiler
4989 (KJS::Profiler::stopProfiling): No longer return sthe profile.
4991 client instead of stopProfiling.
[all …]
DChangeLog-2009-06-1625871 (-[ProfilerServer stopProfiling]):
38273 (KJS::Profiler::stopProfiling):
38418 (KJS::Profiler::stopProfiling): Immediately return the profile when
38470 (KJS::ProfileGenerator::stopProfiling):
38479 (KJS::ProfileNode::stopProfiling):
38485 (KJS::Profiler::stopProfiling):
39542 (KJS::ProfileGenerator::stopProfiling):
DChangeLog610 (JSC::ProfileGenerator::stopProfiling):
/external/webkit/WebKit/chromium/
DChangeLog138 (devtools.ProfilerAgent.prototype.stopProfiling):
505 (devtools.InspectorBackendImpl.prototype.stopProfiling):
518 (devtools.ProfilerAgent.prototype.stopProfiling):
883 (devtools.InspectorBackendImpl.prototype.stopProfiling):
896 (devtools.ProfilerAgent.prototype.stopProfiling):
/external/webkit/WebCore/
DChangeLog-2008-08-10160 (WebCore::stopProfiling): Ditto
17224 addProfile with the result of stopProfiling.
18529 and pass it to Profilier::stopProfiling along with the ExecState.
DChangeLog-2010-01-2926727 (WebCore::InspectorBackend::stopProfiling):
26865 (.WebInspector.InspectorBackendStub.prototype.stopProfiling):
40112 (.WebInspector.InspectorControllerStub.prototype.stopProfiling):