[Webkit-unassigned] [Bug 152418] Web Inspector: Make WebInspector.ConsoleMessageView faster

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 17 22:04:42 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=152418

--- Comment #1 from Nikita Vasilyev <nvasilyev at apple.com> ---
(In reply to comment #0)
> Created attachment 267609 [details]
> [Image] Stacktrace in Timelines

This timeline recording shows that _appendLocationLink takes 23.13ms
out of 23.43ms of ConsoleMessageView execution time. That's 98.7%!
98.7% of ConsoleMessageView execution time spent on adding the source link.

I don't understand what happens in addEventListener selected on the image.
Timelines doesn't tell me why *adding* an event listener takes so long.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151218/5a0a6d36/attachment-0001.html>


More information about the webkit-unassigned mailing list