RESOLVED FIXED 50485
Web Inspector [JSC]: Heap Profiler
https://bugs.webkit.org/show_bug.cgi?id=50485
Summary Web Inspector [JSC]: Heap Profiler
Joseph Pecoraro
Reported 2010-12-03 14:00:07 PST
The old heap profiler bugs have closed: (see these for history) <http://webkit.org/b/28429> Adding Heap profiler page to Web Inspector <http://webkit.org/b/44531> Web Inspector: Store heap snapshots in InspectorProfilerAgent This tracks implementing it in JSC. Currently there is a stub implementation in: WebCore/bindings/js/ScriptHeapSnapshot.h The UI for this feature is disabled behind a WebInspector Preference in inspector.js, which would could be removed (including chromium's enabling code in WebKit/chromium/src/js/DevTools.js) > WebCore/inspector/front-end/inspector.js > 237: if (Preferences.heapProfilerPresent)
Attachments
Adam Roben (:aroben)
Comment 1 2011-08-08 12:51:08 PDT
Joseph Pecoraro
Comment 2 2016-06-06 20:12:28 PDT
Heap Snapshots have been implemented as part of the Heap domain. Closing.
Note You need to log in before you can comment on or make changes to this bug.