WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
61184
Web Inspector: [JSC] Searching in a bottom-up view of a large CPU profile overloads system
https://bugs.webkit.org/show_bug.cgi?id=61184
Summary
Web Inspector: [JSC] Searching in a bottom-up view of a large CPU profile ove...
Mikhail Naganov
Reported
2011-05-20 05:32:45 PDT
What steps will reproduce the problem? 1. Gather a CPU profile from V8 benchmarks site:
http://v8.googlecode.com/svn/data/benchmarks/current/run.html
2. Try to search in bottom-up view. Search hogs all time of a CPU core. This problem originates from the fact that in WebKit Inspector the bottom up tree is built dynamically from the top down tree. Thus, to perform a search in a bottom up tree, it first needs to be fully built, as a result, Inspector eats up an enormous amount of memory. It seems that an approach to maintaining calls tree needs to be reworked in WebKit Inspector. Consider
https://bugs.webkit.org/show_bug.cgi?id=24604
when implementing, to avoid incorrect calculation of execution times.
Attachments
Add attachment
proposed patch, testcase, etc.
Brian Burg
Comment 1
2014-12-12 14:09:48 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (
https://www.webkit.org/new-inspector-bug
) if the bug/feature/issue is still relevant to WebKit trunk.
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