Bug 50510
Summary: | Web Inspector: [v8] Provide fine-grained heap snapshots | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mikhail Naganov <mnaganov> |
Component: | Web Inspector (Deprecated) | Assignee: | Mikhail Naganov <mnaganov> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, peter, pfeldman, pmuellr, rik, tonyg, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 52624, 53173, 53606, 54385, 55563, 55588, 55824 | ||
Bug Blocks: |
Mikhail Naganov
The current heap snapshots doesn't provide enough data for comfortable leaks hunting, e.g. it's impossible to identify the exact object that retains too much memory, or point out object instances that were created since the last snapshot taken, also it's impossible to determine, what are the names of the properties that hold an object.
I'm working on the new version of heap profiler that provides those richer capabilities. We create a detailed snapshot of JS VM heap containing each individual object, and provide processing tools in Inspector.
The first commit was this one, providing JSON transport for heap profiles: https://bugs.webkit.org/show_bug.cgi?id=49974
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mikhail Naganov
The next one: https://bugs.webkit.org/show_bug.cgi?id=52624
Mikhail Naganov
The next one: https://bugs.webkit.org/show_bug.cgi?id=53173
Mikhail Naganov
Next one: https://bugs.webkit.org/show_bug.cgi?id=53606
Mikhail Naganov
Next: https://bugs.webkit.org/show_bug.cgi?id=54385
Mikhail Naganov
Next: https://bugs.webkit.org/show_bug.cgi?id=55563
Mikhail Naganov
In this issue I have enabled detailed heap snapshots by default: https://bugs.webkit.org/show_bug.cgi?id=60286
Closing the bug.