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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 20 10:02:45 PDT 2012


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





--- Comment #15 from Adrienne Walker <enne at google.com>  2012-07-20 10:02:47 PST ---
(From update of attachment 153376)
View in context: https://bugs.webkit.org/attachment.cgi?id=153376&action=review

Looks good to me in general.  Can you put up a new patch that applies to ToT?

> Source/WebCore/platform/graphics/chromium/cc/CCRenderingStats.h:34
> +    double totalPaintTime;
> +    double totalRasterizeTime;

Can you add a comment here and in the other stats class about what the units of time are on these time variables? Alternatively rename them so they're more clear?

-- 
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