[webkit-reviews] review requested: [Bug 178302] Web Inspector: Canvas2D Profiling: highlight expensive context commands in the captured command log : [Attachment 324088] Alternative

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 17 19:48:25 PDT 2017


Devin Rousso <webkit at devinrousso.com> has asked  for review:
Bug 178302: Web Inspector: Canvas2D Profiling: highlight expensive context
commands in the captured command log
https://bugs.webkit.org/show_bug.cgi?id=178302

Attachment 324088: Alternative

https://bugs.webkit.org/attachment.cgi?id=324088&action=review




--- Comment #8 from Devin Rousso <webkit at devinrousso.com> ---
Created attachment 324088

  --> https://bugs.webkit.org/attachment.cgi?id=324088&action=review

Alternative

Along the lines of <https://bugs.webkit.org/show_bug.cgi?id=178302#c7>, here is
another approach that calculates the time per frame in WebCore, instead of the
frontend.  This is not entirely accurate, however, as it also includes any
additional logic that occurs during the frame (such as the recording itself),
so it may be less accurate


More information about the webkit-reviews mailing list