[Webkit-unassigned] [Bug 13359] Feature request: Tool for tracking down javascript object allocations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 28 17:07:26 PDT 2016


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org> ---
Heap Snapshots are now available in the JavaScript Allocations Timeline in Web Inspector. It allows you to take snapshots which record some info about all JavaScript objects, and then comparisons let you investigate objects created between two points in time. You can also view outward references and the shortest path from a GC Root to the object.

Try it out in WebKit Nightlies or the Safari Technology Preview:
<https://webkit.org/downloads/>

Please file enhancement requests or report any issues you find!

-- 
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/20160429/4c003819/attachment.html>


More information about the webkit-unassigned mailing list