WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
50510
Web Inspector: [v8] Provide fine-grained heap snapshots
https://bugs.webkit.org/show_bug.cgi?id=50510
Summary
Web Inspector: [v8] Provide fine-grained heap snapshots
Mikhail Naganov
Reported
2010-12-03 20:12:05 PST
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
Comment 1
2011-01-18 05:51:15 PST
The next one:
https://bugs.webkit.org/show_bug.cgi?id=52624
Mikhail Naganov
Comment 2
2011-01-26 08:43:47 PST
The next one:
https://bugs.webkit.org/show_bug.cgi?id=53173
Mikhail Naganov
Comment 3
2011-02-02 10:36:29 PST
Next one:
https://bugs.webkit.org/show_bug.cgi?id=53606
Mikhail Naganov
Comment 4
2011-02-15 10:08:06 PST
Next:
https://bugs.webkit.org/show_bug.cgi?id=54385
Mikhail Naganov
Comment 5
2011-03-02 02:24:24 PST
Next:
https://bugs.webkit.org/show_bug.cgi?id=55563
Mikhail Naganov
Comment 6
2011-05-19 07:44:10 PDT
In this issue I have enabled detailed heap snapshots by default:
https://bugs.webkit.org/show_bug.cgi?id=60286
Closing the bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug