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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 19 11:06:55 PDT 2012


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





--- Comment #11 from Adrienne Walker <enne at google.com>  2012-07-19 11:06:55 PST ---
(From update of attachment 152358)
View in context: https://bugs.webkit.org/attachment.cgi?id=152358&action=review

I haven't looked much at rendering stats recently.  Do they ever get cleared, or do its values continually increase and the caller has to do any diff that they care about?

>> Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHost.cpp:218
>> +    ++m_renderingStats.numAnimationFrames;
> 
> why ++x and not x++? Does webkit style guide advise on this?

The style guide doesn't, but Chromium compositor code pretty consistently uses post-increment except in for loops.

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