Searched defs:takeHeapSnapshot (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DScriptProfiler.h53 static PassRefPtr<ScriptHeapSnapshot> takeHeapSnapshot(const String&, HeapSnapshotProgress*) { return 0; } function in class:WebCore::ScriptProfiler
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptProfiler.cpp92 PassRefPtr<ScriptHeapSnapshot> ScriptProfiler::takeHeapSnapshot(const String& title, HeapSnapshotProgress* control) function in class:WebCore::ScriptProfiler
/external/webkit/Source/WebCore/inspector/
H A DInspectorProfilerAgent.cpp360 void InspectorProfilerAgent::takeHeapSnapshot(ErrorString*, bool detailed) function in class:WebCore::InspectorProfilerAgent
366 RefPtr<ScriptHeapSnapshot> snapshot = ScriptProfiler::takeHeapSnapshot(title, detailed ? &progress : 0);

Completed in 128 milliseconds