[Webkit-unassigned] [Bug 90019] [chromium] Add time spent painting to GPU benchmarking renderingStats() API.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 23 18:46:13 PDT 2012


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





--- Comment #23 from Adam Barth <abarth at webkit.org>  2012-07-23 18:46:16 PST ---
(From update of attachment 153930)
View in context: https://bugs.webkit.org/attachment.cgi?id=153930&action=review

> Source/Platform/chromium/public/WebRenderingStats.h:35
> +    double totalPaintTime; // in seconds
> +    double totalRasterizeTime; // in seconds

nit: If I were writing this patch, I might have included the comment in the variable name:
totalPaintTimeInSeconds

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list