[Webkit-unassigned] [Bug 107672] Web Inspector: detect and show memory leaks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 03:34:52 PST 2013


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





--- Comment #1 from Paul Lewis <aerotwist at chromium.org>  2013-01-24 03:36:46 PST ---
More context:

We currently have heap profiling tools which implicitly allow us to see between to snapshots what may have been created but not released. A more formal tool which allows us to see specifically which developer-created objects have been retained, perhaps as an additional view to the heap profiler, would be ideal. That way a developer can do some actions and easily see where they may have leaks.

-- 
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