Bug 107672
Summary: | Web Inspector: detect and show memory leaks | ||
---|---|---|---|
Product: | WebKit | Reporter: | Paul Lewis <aerotwist> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Enhancement | CC: | apavlov, bburg, dtrebbien, graouts, joepeck, keishi, loislo, paulirish, pfeldman, pmuellr, timothy, vsevik, web-inspector-bugs, webkit-bug-importer, yurys |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 107665 |
Paul Lewis
Some kind of leak detection and tools to identify more clearly their origin.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Paul Lewis
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.
Radar WebKit Bug Importer
<rdar://problem/19106795>
Timothy Hatcher
*** This bug has been marked as a duplicate of bug 17241 ***