RESOLVED FIXED 95275
[Chromium] Update some compositor trace events
https://bugs.webkit.org/show_bug.cgi?id=95275
Summary [Chromium] Update some compositor trace events
John Bates
Reported 2012-08-28 18:16:08 PDT
[Chromium] Update some compositor trace events
Attachments
Patch (2.48 KB, patch)
2012-08-28 18:16 PDT, John Bates
no flags
John Bates
Comment 1 2012-08-28 18:16:40 PDT
John Bates
Comment 2 2012-08-28 18:17:08 PDT
ptal
James Robinson
Comment 3 2012-08-28 18:21:16 PDT
Comment on attachment 161107 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=161107&action=review > Source/WebCore/platform/graphics/chromium/cc/CCFrameRateController.cpp:84 > - TRACE_EVENT1("cc", "CCFrameRateController::setActive", "active", active); > if (m_active == active) > return; > + TRACE_EVENT1("cc", "CCFrameRateController::setActive", "active", active); so is the thread code now working (https://bugs.webkit.org/show_bug.cgi?id=93918#c3) ? > Source/WebCore/platform/graphics/chromium/cc/CCThreadProxy.cpp:331 > + TRACE_EVENT2("cc", "CCThreadProxy::onVSyncParametersChanged", "monotonicTimebase", monotonicTimebase, "intervalInSeconds", intervalInSeconds); Hm, the tracing code can take doubles? That's nice - but the type of the value parameter looks like unsigned long long to me. Do we need any casts?
John Bates
Comment 4 2012-08-28 19:02:47 PDT
(In reply to comment #3) > (From update of attachment 161107 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=161107&action=review > > > Source/WebCore/platform/graphics/chromium/cc/CCFrameRateController.cpp:84 > > - TRACE_EVENT1("cc", "CCFrameRateController::setActive", "active", active); > > if (m_active == active) > > return; > > + TRACE_EVENT1("cc", "CCFrameRateController::setActive", "active", active); > > so is the thread code now working (https://bugs.webkit.org/show_bug.cgi?id=93918#c3) ? yeah, I found the issue a while ago. > > > Source/WebCore/platform/graphics/chromium/cc/CCThreadProxy.cpp:331 > > + TRACE_EVENT2("cc", "CCThreadProxy::onVSyncParametersChanged", "monotonicTimebase", monotonicTimebase, "intervalInSeconds", intervalInSeconds); > > Hm, the tracing code can take doubles? That's nice - but the type of the value parameter looks like unsigned long long to me. Do we need any casts? double should go through - the macros reinterpret it to/from unsigned long long.
James Robinson
Comment 5 2012-08-28 20:15:36 PDT
Comment on attachment 161107 [details] Patch OK
WebKit Review Bot
Comment 6 2012-08-28 20:55:20 PDT
Comment on attachment 161107 [details] Patch Clearing flags on attachment: 161107 Committed r126954: <http://trac.webkit.org/changeset/126954>
WebKit Review Bot
Comment 7 2012-08-28 20:55:23 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.