[Webkit-unassigned] [Bug 163151] Web Inspector: Heap Snapshot should be able to tell me if an object was collected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 11 13:05:22 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=163151

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
When new snapshots are taken, we automatically remove GC'd objects from earlier snapshots. Since our main focus was on detecting leaked objects, the current UI is optimized for viewing objects that are still alive at the end of a recording (since that implicitly takes a snapshot).

We know the list of collected objects when we remove them from older snapshots. We could have a way of showing just the deleted objects. Likewise we could have a way to show all objects, alive and dead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161011/73eb69e4/attachment.html>


More information about the webkit-unassigned mailing list