Bug 50485 - Web Inspector [JSC]: Heap Profiler
Summary: Web Inspector [JSC]: Heap Profiler
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on: 56460
Blocks:
  Show dependency treegraph
 
Reported: 2010-12-03 14:00 PST by Joseph Pecoraro
Modified: 2016-06-06 20:12 PDT (History)
24 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 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)
Comment 1 Adam Roben (:aroben) 2011-08-08 12:51:08 PDT
<rdar://problem/9547081>
Comment 2 Joseph Pecoraro 2016-06-06 20:12:28 PDT
Heap Snapshots have been implemented as part of the Heap domain. Closing.