Bug 50485
Summary: | Web Inspector [JSC]: Heap Profiler | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
Component: | Web Inspector | Assignee: | Joseph Pecoraro <joepeck> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | apavlov, aroben, bburg, bweinstein, dtrebbien, efidler, ggaren, graouts, joepeck, jonowells, keishi, loislo, mark.lam, mattbaker, mhahnenberg, mnaganov, nvasilyev, oliver, pfeldman, pmuellr, rik, timothy, webkit-bug-importer, yurys |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 56460 | ||
Bug Blocks: |
Joseph Pecoraro
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/9547081>
Joseph Pecoraro
Heap Snapshots have been implemented as part of the Heap domain. Closing.