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

Issue 11189081: Plumb cc::CCRenderingStats from gpu_benchmarking to cc (Closed)

Created:
8 years, 2 months ago by brianderson
Modified:
7 years, 5 months ago
Reviewers:
jamesr, dtu
CC:
chromium-reviews, jam, apatrick_chromium, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, cc-bugs_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Plumb cc::CCRenderingStats from gpu_benchmarking to cc This is a workaround to avoid having to edit WebKit code every time we want to add a rendering stats field. Eventually, the rendering stats will not go through WebKit, at which point this workaround should be removed. BUG=151456

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase on revert of Enumeration classes #

Patch Set 3 : Add numImplThreadScrolls and numMainThreadScrolls #

Patch Set 4 : Rebase #

Total comments: 1

Patch Set 5 : Fix Windows compilie error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -41 lines) Patch
M content/renderer/gpu/gpu_benchmarking_extension.cc View 1 2 3 2 chunks +30 lines, -21 lines 0 comments Download
M content/renderer/render_widget.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 5 chunks +15 lines, -7 lines 0 comments Download
M webkit/compositor_bindings/web_layer_tree_view_impl.cc View 2 chunks +4 lines, -12 lines 0 comments Download
A webkit/glue/compositor_rendering_stats.h View 1 2 3 4 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
jamesr
https://codereview.chromium.org/11189081/diff/1/webkit/glue/compositor_rendering_stats.h File webkit/glue/compositor_rendering_stats.h (right): https://codereview.chromium.org/11189081/diff/1/webkit/glue/compositor_rendering_stats.h#newcode21 webkit/glue/compositor_rendering_stats.h:21: // simplifies the addition of new fields to this ...
8 years, 2 months ago (2012-10-19 05:09:18 UTC) #1
brianderson
https://codereview.chromium.org/11189081/diff/1/webkit/glue/compositor_rendering_stats.h File webkit/glue/compositor_rendering_stats.h (right): https://codereview.chromium.org/11189081/diff/1/webkit/glue/compositor_rendering_stats.h#newcode21 webkit/glue/compositor_rendering_stats.h:21: // simplifies the addition of new fields to this ...
8 years, 2 months ago (2012-10-19 17:11:20 UTC) #2
jamesr
On 2012/10/19 17:11:20, Brian Anderson wrote: > https://codereview.chromium.org/11189081/diff/1/webkit/glue/compositor_rendering_stats.h > File webkit/glue/compositor_rendering_stats.h (right): > > https://codereview.chromium.org/11189081/diff/1/webkit/glue/compositor_rendering_stats.h#newcode21 ...
8 years, 2 months ago (2012-10-19 17:15:37 UTC) #3
brianderson
This includes https://codereview.chromium.org/11229007, so we can get that in first and I'll remove it from ...
8 years, 2 months ago (2012-10-19 18:32:35 UTC) #4
jamesr
lgtm https://codereview.chromium.org/11189081/diff/10001/content/renderer/render_widget.h File content/renderer/render_widget.h (right): https://codereview.chromium.org/11189081/diff/10001/content/renderer/render_widget.h#newcode582 content/renderer/render_widget.h:582: double total_paint_time_in_seconds_; note: this would be better as ...
8 years, 2 months ago (2012-10-22 21:39:36 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/brianderson@chromium.org/11189081/10001
8 years, 2 months ago (2012-10-22 21:50:20 UTC) #6
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 2 months ago (2012-10-22 22:26:39 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/brianderson@chromium.org/11189081/7011
8 years, 2 months ago (2012-10-22 22:28:08 UTC) #8
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 2 months ago (2012-10-22 23:17:58 UTC) #9
jamesr
Hmm, might have to embed WebKit::WebRenderingStats instead of subclassing it here to make the windows ...
8 years, 2 months ago (2012-10-23 02:00:17 UTC) #10
brianderson
On 2012/10/23 02:00:17, jamesr wrote: > Hmm, might have to embed WebKit::WebRenderingStats instead of subclassing ...
8 years, 2 months ago (2012-10-23 19:27:41 UTC) #11
jamesr
On 2012/10/23 19:27:41, Brian Anderson wrote: > On 2012/10/23 02:00:17, jamesr wrote: > > Hmm, ...
8 years, 2 months ago (2012-10-23 19:31:30 UTC) #12
brianderson
8 years, 2 months ago (2012-10-23 19:55:59 UTC) #13
> I think time would be better spent piping the call to not go through WebKit at
all.

Ok. I don't think I'm going to be able to do this the right way before I leave
tomorrow, so I'm going to focus on other items and revisit this when I return at
the end of November.

Powered by Google App Engine
This is Rietveld 408576698