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

Issue 9464004: Fix CPU and memory perf PyAuto test running on av_perf. (Closed)

Created:
8 years, 10 months ago by shadi
Modified:
8 years, 9 months ago
CC:
chromium-reviews, Nirnimesh, John Grabowski, feature-media-reviews_chromium.org, anantha, dyu1, dennis_jeffrey
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Fix CPU perf PyAuto test (called ui_perf_test_measure_thread) running on av_perf. This test measures CPU and memory performance of Chrome renderer process while playing a video file. Since this test and fps perf tests run on same media files, we combined both tests into one. BUG=115602 TEST=ran on local bot. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=126015

Patch Set 1 : #

Total comments: 1

Patch Set 2 : Combine FPS and CPU tests. #

Patch Set 3 : Fix rebase. #

Total comments: 8

Patch Set 4 : Run each video once. #

Total comments: 6

Patch Set 5 : Nits #

Total comments: 4

Patch Set 6 : Nits. #

Patch Set 7 : Rename test files. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -160 lines) Patch
M chrome/test/data/media/html/media_fps_perf.html View 1 2 3 4 5 6 1 chunk +0 lines, -80 lines 0 comments Download
A + chrome/test/data/media/html/media_stat_perf.html View 1 2 3 4 5 6 3 chunks +2 lines, -12 lines 0 comments Download
M chrome/test/functional/media/media_fps_perf.py View 1 2 3 4 5 6 1 chunk +0 lines, -68 lines 0 comments Download
A chrome/test/functional/media/media_stat_perf.py View 1 2 3 4 5 6 1 chunk +82 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
shadi
8 years, 10 months ago (2012-02-24 08:10:08 UTC) #1
DaleCurtis
+scherkus since he reviewed the last one like this too. LGTM, but have you considered ...
8 years, 10 months ago (2012-02-24 17:02:24 UTC) #2
shadi
On 2012/02/24 17:02:24, DaleCurtis wrote: > +scherkus since he reviewed the last one like this ...
8 years, 10 months ago (2012-02-24 17:39:06 UTC) #3
DaleCurtis
On 2012/02/24 17:39:06, shadi wrote: > On 2012/02/24 17:02:24, DaleCurtis wrote: > > +scherkus since ...
8 years, 10 months ago (2012-02-24 17:44:43 UTC) #4
shadi
I combined cpu and fps tests together. The fps CL is not yet in, so ...
8 years, 10 months ago (2012-02-24 21:24:47 UTC) #5
shadi
Dale, I fixed the rebase. After getting LGTM I will rename the files before the ...
8 years, 9 months ago (2012-02-29 21:51:37 UTC) #6
DaleCurtis
http://codereview.chromium.org/9464004/diff/9001/chrome/test/data/media/html/media_fps_perf.html File chrome/test/data/media/html/media_fps_perf.html (right): http://codereview.chromium.org/9464004/diff/9001/chrome/test/data/media/html/media_fps_perf.html#newcode6 chrome/test/data/media/html/media_fps_perf.html:6: <title>CPU, Memomry, and FPS Perf Test</title> Memory http://codereview.chromium.org/9464004/diff/9001/chrome/test/functional/media/media_fps_perf.py File ...
8 years, 9 months ago (2012-02-29 22:39:11 UTC) #7
shadi
Dale can you please review? http://codereview.chromium.org/9464004/diff/9001/chrome/test/data/media/html/media_fps_perf.html File chrome/test/data/media/html/media_fps_perf.html (right): http://codereview.chromium.org/9464004/diff/9001/chrome/test/data/media/html/media_fps_perf.html#newcode6 chrome/test/data/media/html/media_fps_perf.html:6: <title>CPU, Memomry, and FPS ...
8 years, 9 months ago (2012-03-01 02:40:53 UTC) #8
DaleCurtis
LGTM % nits. http://codereview.chromium.org/9464004/diff/15001/chrome/test/data/media/html/media_fps_perf.html File chrome/test/data/media/html/media_fps_perf.html (right): http://codereview.chromium.org/9464004/diff/15001/chrome/test/data/media/html/media_fps_perf.html#newcode18 chrome/test/data/media/html/media_fps_perf.html:18: // Set to true to record ...
8 years, 9 months ago (2012-03-01 02:47:10 UTC) #9
shadi
Scherkus, can you please take a final look? http://codereview.chromium.org/9464004/diff/15001/chrome/test/data/media/html/media_fps_perf.html File chrome/test/data/media/html/media_fps_perf.html (right): http://codereview.chromium.org/9464004/diff/15001/chrome/test/data/media/html/media_fps_perf.html#newcode18 chrome/test/data/media/html/media_fps_perf.html:18: // ...
8 years, 9 months ago (2012-03-01 19:17:33 UTC) #10
DaleCurtis
I just noticed media_fps_perf was missing the executable bit in my local checkout, can you ...
8 years, 9 months ago (2012-03-01 21:12:49 UTC) #11
scherkus (not reviewing)
LGTM w/ nits http://codereview.chromium.org/9464004/diff/17001/chrome/test/data/media/html/media_fps_perf.html File chrome/test/data/media/html/media_fps_perf.html (right): http://codereview.chromium.org/9464004/diff/17001/chrome/test/data/media/html/media_fps_perf.html#newcode1 chrome/test/data/media/html/media_fps_perf.html:1: <!-- Used by media_stat_perf to calculate ...
8 years, 9 months ago (2012-03-03 01:34:16 UTC) #12
shadi
http://codereview.chromium.org/9464004/diff/17001/chrome/test/data/media/html/media_fps_perf.html File chrome/test/data/media/html/media_fps_perf.html (right): http://codereview.chromium.org/9464004/diff/17001/chrome/test/data/media/html/media_fps_perf.html#newcode1 chrome/test/data/media/html/media_fps_perf.html:1: <!-- Used by media_stat_perf to calculate <video> performance statistics. ...
8 years, 9 months ago (2012-03-08 21:52:28 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shadi@chromium.org/9464004/26001
8 years, 9 months ago (2012-03-08 21:52:52 UTC) #14
commit-bot: I haz the power
Try job failure for 9464004-26001 (retry) on win_rel for step "browser_tests". It's a second try, ...
8 years, 9 months ago (2012-03-09 00:43:40 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shadi@chromium.org/9464004/26001
8 years, 9 months ago (2012-03-09 18:54:52 UTC) #16
commit-bot: I haz the power
Try job failure for 9464004-26001 (retry) on win_rel for step "browser_tests". It's a second try, ...
8 years, 9 months ago (2012-03-09 21:15:14 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shadi@chromium.org/9464004/26001
8 years, 9 months ago (2012-03-09 22:30:58 UTC) #18
commit-bot: I haz the power
Try job failure for 9464004-26001 (retry) on win_rel for step "browser_tests". It's a second try, ...
8 years, 9 months ago (2012-03-10 01:22:07 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shadi@chromium.org/9464004/26001
8 years, 9 months ago (2012-03-10 04:16:47 UTC) #20
commit-bot: I haz the power
8 years, 9 months ago (2012-03-10 07:09:37 UTC) #21
Change committed as 126015

Powered by Google App Engine
This is Rietveld 408576698