Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Issue 10985082: GPU benchmarks should track the frequency of impl-thread vs. main-thread scrolls (Closed)

Created:
8 years, 2 months ago by tdanderson
Modified:
8 years, 2 months ago
Reviewers:
jamesr, enne (OOO)
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, jam, apatrick_chromium, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, cc-bugs_chromium.org, Ian Vollick
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Track the frequency of impl-thread scrolling vs. main-thread scrolling by introducing the counters |numImplThreadScrolls| and |numMainThreadScrolls|. These values will be reported as part of the GPU scrolling benchmarks. BUG=152249 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=159921

Patch Set 1 #

Total comments: 2

Patch Set 2 : Using counters instead of a boolean #

Patch Set 3 : Fixed merge conflicts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -2 lines) Patch
M cc/CCLayerTreeHostImpl.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/CCLayerTreeHostImpl.cpp View 1 2 5 chunks +11 lines, -2 lines 0 comments Download
M cc/CCRenderingStats.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M webkit/compositor_bindings/WebLayerTreeViewImpl.cpp View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
tdanderson
Depends on https://bugs.webkit.org/show_bug.cgi?id=97919 landing first.
8 years, 2 months ago (2012-09-28 16:05:00 UTC) #1
tdanderson
Hi James, would you mind having a look at this patch (and the related WebKit ...
8 years, 2 months ago (2012-09-28 17:50:04 UTC) #2
enne (OOO)
https://codereview.chromium.org/10985082/diff/1/cc/CCLayerTreeHostImpl.cpp File cc/CCLayerTreeHostImpl.cpp (right): https://codereview.chromium.org/10985082/diff/1/cc/CCLayerTreeHostImpl.cpp#newcode1038 cc/CCLayerTreeHostImpl.cpp:1038: m_didImplThreadScroll = false; This seems a little weird to ...
8 years, 2 months ago (2012-09-28 18:54:29 UTC) #3
tdanderson
https://codereview.chromium.org/10985082/diff/1/cc/CCLayerTreeHostImpl.cpp File cc/CCLayerTreeHostImpl.cpp (right): https://codereview.chromium.org/10985082/diff/1/cc/CCLayerTreeHostImpl.cpp#newcode1038 cc/CCLayerTreeHostImpl.cpp:1038: m_didImplThreadScroll = false; On 2012/09/28 18:54:29, enne wrote: > ...
8 years, 2 months ago (2012-10-01 19:38:12 UTC) #4
enne (OOO)
Thanks, that seems way more reasonable to me. LGTM.
8 years, 2 months ago (2012-10-01 22:28:45 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tdanderson@chromium.org/10985082/5001
8 years, 2 months ago (2012-10-03 14:35:22 UTC) #6
commit-bot: I haz the power
Failed to apply patch for content/renderer/gpu/gpu_benchmarking_extension.cc: While running patch -p1 --forward --force; patching file content/renderer/gpu/gpu_benchmarking_extension.cc ...
8 years, 2 months ago (2012-10-03 14:35:25 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tdanderson@chromium.org/10985082/11001
8 years, 2 months ago (2012-10-03 16:02:32 UTC) #8
commit-bot: I haz the power
8 years, 2 months ago (2012-10-03 18:00:29 UTC) #9
Change committed as 159921

Powered by Google App Engine
This is Rietveld 408576698