[Webkit-unassigned] [Bug 154407] Web Inspector: We should have a way to capture heap snapshots programatically.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 18 13:04:03 PST 2016


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

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
I'd suggest something like:

    console.heapSnapshot(name);

Which is similar to how we do programmatic JavaScript profiles:

    console.profile(name)
    console.profileEnd(name)

-- 
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/20160218/52cb32f9/attachment.html>


More information about the webkit-unassigned mailing list