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

Issue 10914304: Add average commit time to perf tests. (Closed)

Created:
8 years, 3 months ago by brianderson
Modified:
8 years, 2 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, jam, apatrick_chromium, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, pam+watch_chromium.org, reveman
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add average commit time to texture upload scrolling tests BUG=151456 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158950

Patch Set 1 #

Total comments: 12

Patch Set 2 : Address comments of PS1 #

Patch Set 3 : rebase #

Patch Set 4 : rebase again #

Patch Set 5 : use base::Time* instead of WTF::* #

Patch Set 6 : Use pointers for return arguments #

Patch Set 7 : Fix bug with texture_upload_benchmark.py #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -21 lines) Patch
M cc/CCLayerTreeHost.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M cc/CCLayerTreeHost.cpp View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M cc/CCLayerTreeHostImpl.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M cc/CCLayerTreeHostImpl.cpp View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M cc/CCProxy.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M cc/CCRenderingStats.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M cc/CCSingleThreadProxy.h View 1 2 3 4 5 3 chunks +5 lines, -1 line 0 comments Download
M cc/CCSingleThreadProxy.cpp View 1 2 3 4 5 4 chunks +9 lines, -1 line 0 comments Download
M cc/CCThreadProxy.h View 1 2 3 4 5 4 chunks +6 lines, -2 lines 0 comments Download
M cc/CCThreadProxy.cpp View 1 2 3 4 5 4 chunks +15 lines, -5 lines 0 comments Download
M content/renderer/gpu/gpu_benchmarking_extension.cc View 1 3 chunks +6 lines, -1 line 0 comments Download
M tools/gpu/gpu_tools/texture_upload_benchmark.py View 1 2 3 4 5 6 1 chunk +11 lines, -1 line 0 comments Download
M webkit/compositor_bindings/WebLayerTreeViewImpl.cpp View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
brianderson
8 years, 3 months ago (2012-09-15 00:28:51 UTC) #1
nduca
LGTMish https://codereview.chromium.org/10914304/diff/1/cc/CCSingleThreadProxy.cpp File cc/CCSingleThreadProxy.cpp (right): https://codereview.chromium.org/10914304/diff/1/cc/CCSingleThreadProxy.cpp#newcode31 cc/CCSingleThreadProxy.cpp:31: , m_totalCommitTime(0) here and elsewhere, add unit. m_totalCommitTimeInSeconds ...
8 years, 3 months ago (2012-09-15 00:36:09 UTC) #2
nduca
Or maybe you can do this in on echange once you land the webkit change ...
8 years, 3 months ago (2012-09-15 00:49:35 UTC) #3
reveman
lgtm https://codereview.chromium.org/10914304/diff/1/cc/CCProxy.h File cc/CCProxy.h (right): https://codereview.chromium.org/10914304/diff/1/cc/CCProxy.h#newcode61 cc/CCProxy.h:61: virtual void renderingStats(CCRenderingStats&) = 0; while updating this ...
8 years, 3 months ago (2012-09-15 01:49:05 UTC) #4
brianderson
https://codereview.chromium.org/10914304/diff/1/cc/CCProxy.h File cc/CCProxy.h (right): https://codereview.chromium.org/10914304/diff/1/cc/CCProxy.h#newcode61 cc/CCProxy.h:61: virtual void renderingStats(CCRenderingStats&) = 0; On 2012/09/15 01:49:05, David ...
8 years, 3 months ago (2012-09-18 01:16:43 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/10914304/18002
8 years, 3 months ago (2012-09-21 21:35:23 UTC) #6
commit-bot: I haz the power
Presubmit check for 10914304-18002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-09-21 21:35:29 UTC) #7
brianderson
Adding OWNER apatrick for review of content/renderer/gpu/ changes.
8 years, 3 months ago (2012-09-21 21:48:32 UTC) #8
apatrick_chromium
content/renderer/gpu LGTM
8 years, 2 months ago (2012-09-26 01:10:11 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/brianderson@chromium.org/10914304/29002
8 years, 2 months ago (2012-09-26 21:54:04 UTC) #10
commit-bot: I haz the power
8 years, 2 months ago (2012-09-27 00:36:41 UTC) #11
Change committed as 158950

Powered by Google App Engine
This is Rietveld 408576698