RESOLVED INVALID 56033
Web Inspector: Heavy profile view incorrectly attributes self time to callers
https://bugs.webkit.org/show_bug.cgi?id=56033
Summary Web Inspector: Heavy profile view incorrectly attributes self time to callers
Adam Roben (:aroben)
Reported 2011-03-09 11:12:44 PST
The Web Inspector's Heavy profile view incorrectly attributes self time to callers. For instance, if you have a top down call stack like this: Self Total Function 0 1 a 0 1 b 1 1 c Then the Heavy view will look like this: Self Total Function 1 1 c 1 1 b 1 1 a Note that b and a have gained c's Self time! This is misleading and doesn't match Shark's behavior.
Attachments
Adam Roben (:aroben)
Comment 1 2011-05-27 06:36:54 PDT
Blaze Burg
Comment 2 2014-01-25 16:02:59 PST
UI no longer exists.
Note You need to log in before you can comment on or make changes to this bug.