[Webkit-unassigned] [Bug 28429] New: Adding Heap profiler page to Web Inspector
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 18 07:48:40 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28429
Summary: Adding Heap profiler page to Web Inspector
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Enhancement
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mnaganov at chromium.org
CC: timothy at hatcher.name, kmccullough at apple.com
Created an attachment (id=35041)
--> (https://bugs.webkit.org/attachment.cgi?id=35041)
UI snapshot
Hi Kevin and Timothy,
Recently I've added an initial version of Heap profiler page to Chromium. UI
snapshots are attached. Information needed for displaying heap statistics is
gathered by traversing the heap. Basically, it consists of such rows: "<item
name>, <instances count>, <instances size>".
If you're interested, let's discuss upstreaming this page to WebKit and wiring
with JSC. I need your feedback on UI, and hints on how is it possible to gather
in JSC the data needed.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list