HomeSort by relevance Sort by last modified time
    Searched defs:takeHeapSnapshot (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
ScriptProfiler.h 53 static PassRefPtr<ScriptHeapSnapshot> takeHeapSnapshot(const String&, HeapSnapshotProgress*) { return 0; }
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfiler.cpp 92 PassRefPtr<ScriptHeapSnapshot> ScriptProfiler::takeHeapSnapshot(const String& title, HeapSnapshotProgress* control)
  /external/webkit/Source/WebCore/inspector/
InspectorProfilerAgent.cpp 360 void InspectorProfilerAgent::takeHeapSnapshot(ErrorString*, bool detailed)
366 RefPtr<ScriptHeapSnapshot> snapshot = ScriptProfiler::takeHeapSnapshot(title, detailed ? &progress : 0);

Completed in 270 milliseconds