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

Issue 23509002: Factor out a perf test result printer method. (Closed)

Created:
7 years, 3 months ago by tonyg
Modified:
7 years, 3 months ago
Reviewers:
Nico, grt (UTC plus 2)
CC:
chromium-reviews, chrome-speed-team+watch_google.com, chromium-apps-reviews_chromium.org, feature-media-reviews_chromium.org, extensions-reviews_chromium.org, miu+watch_chromium.org, erikwright (departed)
Visibility:
Public.

Description

Factor out a perf test result printer method. This is to allow cc_perftests to share this code without depending on chrome/. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220803

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add TODOs #

Patch Set 3 : Attempt to fix win and mac builds #

Total comments: 2

Patch Set 4 : Fix chrome_frame dep #

Patch Set 5 : #

Patch Set 6 : Another attempt at fixing chrome_frame #

Patch Set 7 : rebase #

Patch Set 8 : rebase #

Patch Set 9 : Fix windows compile #

Patch Set 10 : Fix mac compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -310 lines) Patch
M chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/chrome_webrtc_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/page_cycler/page_cycler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 2 chunks +4 lines, -1 line 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/test/perf/feature_startup_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/perf/frame_rate/frame_rate_tests.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/perf/indexeddb_uitest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/perf/mach_ports_test.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/perf/memory_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/perf/perf_test.h View 2 chunks +0 lines, -96 lines 0 comments Download
M chrome/test/perf/perf_test.cc View 2 chunks +1 line, -172 lines 0 comments Download
M chrome/test/perf/rendering/throughput_tests.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/perf/shutdown_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/perf/startup_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/perf/tab_switching_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome_frame/chrome_frame.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome_frame/test/perf/chrome_frame_perftest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + testing/perf/perf_test.h View 3 chunks +3 lines, -34 lines 0 comments Download
A testing/perf/perf_test.cc View 1 2 3 4 5 6 7 8 1 chunk +188 lines, -0 lines 0 comments Download
A + testing/perf/perf_test.gyp View 1 chunk +7 lines, -3 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
tonyg
7 years, 3 months ago (2013-08-27 00:47:26 UTC) #1
tonyg
Hi thakis, jochen is OOO, would you mind taking a look at this? It is ...
7 years, 3 months ago (2013-08-27 00:50:42 UTC) #2
Nico
https://codereview.chromium.org/23509002/diff/1/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): https://codereview.chromium.org/23509002/diff/1/chrome/chrome_browser.gypi#newcode2494 chrome/chrome_browser.gypi:2494: '../testing/perf/perf_test.gyp:*', This is a bit unfortunate. I don't think ...
7 years, 3 months ago (2013-08-27 03:49:02 UTC) #3
tonyg
https://codereview.chromium.org/23509002/diff/1/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): https://codereview.chromium.org/23509002/diff/1/chrome/chrome_browser.gypi#newcode2494 chrome/chrome_browser.gypi:2494: '../testing/perf/perf_test.gyp:*', On 2013/08/27 03:49:03, Nico wrote: > This is ...
7 years, 3 months ago (2013-08-27 04:08:31 UTC) #4
tonyg
On 2013/08/27 04:08:31, tonyg wrote: > https://codereview.chromium.org/23509002/diff/1/chrome/chrome_browser.gypi > File chrome/chrome_browser.gypi (right): > > https://codereview.chromium.org/23509002/diff/1/chrome/chrome_browser.gypi#newcode2494 > ...
7 years, 3 months ago (2013-08-27 04:10:26 UTC) #5
tonyg
On 2013/08/27 04:10:26, tonyg wrote: > On 2013/08/27 04:08:31, tonyg wrote: > > https://codereview.chromium.org/23509002/diff/1/chrome/chrome_browser.gypi > ...
7 years, 3 months ago (2013-08-27 05:05:56 UTC) #6
Nico
lgtm, thanks for looking into this. https://codereview.chromium.org/23509002/diff/1/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): https://codereview.chromium.org/23509002/diff/1/chrome/chrome_browser.gypi#newcode2494 chrome/chrome_browser.gypi:2494: '../testing/perf/perf_test.gyp:*', On 2013/08/27 ...
7 years, 3 months ago (2013-08-27 15:09:21 UTC) #7
tonyg
https://codereview.chromium.org/23509002/diff/1/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): https://codereview.chromium.org/23509002/diff/1/chrome/chrome_browser.gypi#newcode2494 chrome/chrome_browser.gypi:2494: '../testing/perf/perf_test.gyp:*', On 2013/08/27 15:09:21, Nico wrote: > On 2013/08/27 ...
7 years, 3 months ago (2013-08-27 15:23:59 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tonyg@chromium.org/23509002/14001
7 years, 3 months ago (2013-08-27 15:40:20 UTC) #9
tonyg
Hey erikwright, grt, I'm fishing for a chrome_frame/ owner for this patch. Would either of ...
7 years, 3 months ago (2013-08-27 20:50:24 UTC) #10
grt (UTC plus 2)
https://codereview.chromium.org/23509002/diff/29001/chrome_frame/chrome_frame.gyp File chrome_frame/chrome_frame.gyp (right): https://codereview.chromium.org/23509002/diff/29001/chrome_frame/chrome_frame.gyp#newcode229 chrome_frame/chrome_frame.gyp:229: '../testing/perf/perf_test.gyp:*', i think you need this on the chrome_frame_perftests ...
7 years, 3 months ago (2013-08-28 15:04:05 UTC) #11
tonyg
https://codereview.chromium.org/23509002/diff/29001/chrome_frame/chrome_frame.gyp File chrome_frame/chrome_frame.gyp (right): https://codereview.chromium.org/23509002/diff/29001/chrome_frame/chrome_frame.gyp#newcode229 chrome_frame/chrome_frame.gyp:229: '../testing/perf/perf_test.gyp:*', On 2013/08/28 15:04:05, grt wrote: > i think ...
7 years, 3 months ago (2013-08-28 16:11:46 UTC) #12
grt (UTC plus 2)
lgtm if it passes the win and win_rel bots.
7 years, 3 months ago (2013-08-28 16:55:32 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tonyg@chromium.org/23509002/43001
7 years, 3 months ago (2013-08-28 17:18:34 UTC) #14
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 3 months ago (2013-08-28 19:02:17 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tonyg@chromium.org/23509002/67001
7 years, 3 months ago (2013-09-01 22:34:56 UTC) #16
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 3 months ago (2013-09-01 23:33:35 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tonyg@chromium.org/23509002/79001
7 years, 3 months ago (2013-09-01 23:48:21 UTC) #18
commit-bot: I haz the power
7 years, 3 months ago (2013-09-02 05:27:46 UTC) #19
Message was sent while issue was closed.
Change committed as 220803

Powered by Google App Engine
This is Rietveld 408576698