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

Issue 2338433002: Add cpuTimeMetric to BattOr benchmark. (Closed)

Created:
4 years, 3 months ago by erikchen
Modified:
4 years, 3 months ago
CC:
chromium-reviews, telemetry-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add cpuTimeMetric to BattOr benchmark. BUG=640312 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq Committed: https://crrev.com/68b995c4d3eb37217ce143c225a7d2eed81d320a Cr-Commit-Position: refs/heads/master@{#419624}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Comments from nednguyen. #

Patch Set 3 : Only use toplevel filter. #

Patch Set 4 : Rebase. #

Patch Set 5 : Reduce time for battor tests to reducing tracing data. #

Patch Set 6 : Get rid of abcnews. #

Total comments: 2

Patch Set 7 : Remove unnecessary comment. #

Patch Set 8 : Add back initial comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M tools/perf/benchmarks/battor.py View 1 2 5 6 7 1 chunk +5 lines, -3 lines 0 comments Download
M tools/perf/page_sets/idle_after_loading_stories.py View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 73 (38 generated)
erikchen
nednguyen: Please review.
4 years, 3 months ago (2016-09-12 18:14:12 UTC) #5
nednguyen
https://codereview.chromium.org/2338433002/diff/1/tools/perf/benchmarks/battor.py File tools/perf/benchmarks/battor.py (right): https://codereview.chromium.org/2338433002/diff/1/tools/perf/benchmarks/battor.py#newcode19 tools/perf/benchmarks/battor.py:19: options.config.chrome_trace_config.category_filter.AddFilterString('rail') have you check whether this tracing category is ...
4 years, 3 months ago (2016-09-12 18:15:29 UTC) #6
nednguyen
+Victor who may have some idea about which trace categories are required to get accurate ...
4 years, 3 months ago (2016-09-12 18:23:32 UTC) #9
erikchen
https://codereview.chromium.org/2338433002/diff/1/tools/perf/benchmarks/battor.py File tools/perf/benchmarks/battor.py (right): https://codereview.chromium.org/2338433002/diff/1/tools/perf/benchmarks/battor.py#newcode19 tools/perf/benchmarks/battor.py:19: options.config.chrome_trace_config.category_filter.AddFilterString('rail') On 2016/09/12 18:15:29, nednguyen wrote: > have you ...
4 years, 3 months ago (2016-09-12 19:15:36 UTC) #10
nednguyen
I defer to Charlie & Tim as reviewers as they know more about this area ...
4 years, 3 months ago (2016-09-12 20:02:06 UTC) #14
tdresser
-me, others have more context here.
4 years, 3 months ago (2016-09-12 20:16:01 UTC) #15
rnephew (Reviews Here)
I know for battor tests we turned 'rails' tracing only so that we would stop ...
4 years, 3 months ago (2016-09-12 20:28:45 UTC) #16
erikchen
On 2016/09/12 20:28:45, rnephew (Reviews Here) wrote: > I know for battor tests we turned ...
4 years, 3 months ago (2016-09-12 20:31:24 UTC) #17
erikchen
On 2016/09/12 20:31:24, erikchen wrote: > On 2016/09/12 20:28:45, rnephew (Reviews Here) wrote: > > ...
4 years, 3 months ago (2016-09-12 20:31:32 UTC) #18
rnephew (Reviews Here)
On 2016/09/12 20:31:32, erikchen wrote: > On 2016/09/12 20:31:24, erikchen wrote: > > On 2016/09/12 ...
4 years, 3 months ago (2016-09-12 20:39:25 UTC) #19
charliea (OOO until 10-5)
On 2016/09/12 20:39:25, rnephew (Reviews Here) wrote: > On 2016/09/12 20:31:32, erikchen wrote: > > ...
4 years, 3 months ago (2016-09-12 20:51:16 UTC) #20
erikchen
On 2016/09/12 20:51:16, charliea wrote: > On 2016/09/12 20:39:25, rnephew (Reviews Here) wrote: > > ...
4 years, 3 months ago (2016-09-12 21:26:29 UTC) #23
nednguyen
On 2016/09/12 21:26:29, erikchen wrote: > On 2016/09/12 20:51:16, charliea wrote: > > On 2016/09/12 ...
4 years, 3 months ago (2016-09-13 01:40:30 UTC) #24
charliea (OOO until 10-5)
On 2016/09/13 01:40:30, nednguyen wrote: > On 2016/09/12 21:26:29, erikchen wrote: > > On 2016/09/12 ...
4 years, 3 months ago (2016-09-13 16:47:00 UTC) #25
erikchen
On 2016/09/13 16:47:00, charliea wrote: > On 2016/09/13 01:40:30, nednguyen wrote: > > On 2016/09/12 ...
4 years, 3 months ago (2016-09-15 16:59:24 UTC) #39
charliea (OOO until 10-5)
Hey Erik, After investigating a bunch more, I think that a 30s trace on abcnews.go.com ...
4 years, 3 months ago (2016-09-16 15:27:23 UTC) #40
charliea (OOO until 10-5)
On 2016/09/16 at 15:27:23, charliea wrote: > Hey Erik, > > After investigating a bunch ...
4 years, 3 months ago (2016-09-16 15:39:48 UTC) #41
erikchen
> Also, I think that you can just do this for abcnews. You can add ...
4 years, 3 months ago (2016-09-16 17:13:41 UTC) #44
erikchen
On 2016/09/16 17:13:41, erikchen wrote: > > Also, I think that you can just do ...
4 years, 3 months ago (2016-09-16 17:17:01 UTC) #45
nednguyen
On 2016/09/16 17:17:01, erikchen wrote: > On 2016/09/16 17:13:41, erikchen wrote: > > > Also, ...
4 years, 3 months ago (2016-09-16 17:20:25 UTC) #46
charliea (OOO until 10-5)
On 2016/09/16 at 17:20:25, nednguyen wrote: > On 2016/09/16 17:17:01, erikchen wrote: > > On ...
4 years, 3 months ago (2016-09-19 16:56:49 UTC) #49
charliea (OOO until 10-5)
(Also, I talked with Ned, and he's okay with this solution too)
4 years, 3 months ago (2016-09-19 16:57:08 UTC) #50
nednguyen
On 2016/09/19 16:57:08, charliea wrote: > (Also, I talked with Ned, and he's okay with ...
4 years, 3 months ago (2016-09-19 16:58:15 UTC) #51
erikchen
On 2016/09/19 16:57:08, charliea wrote: > (Also, I talked with Ned, and he's okay with ...
4 years, 3 months ago (2016-09-19 16:59:14 UTC) #52
charliea (OOO until 10-5)
lgtm, as long as you're okay with the fact that ABC will no longer be ...
4 years, 3 months ago (2016-09-19 17:09:50 UTC) #55
erikchen
https://codereview.chromium.org/2338433002/diff/100001/tools/perf/benchmarks/battor.py File tools/perf/benchmarks/battor.py (right): https://codereview.chromium.org/2338433002/diff/100001/tools/perf/benchmarks/battor.py#newcode141 tools/perf/benchmarks/battor.py:141: # but that produces too much tracing data. Instead ...
4 years, 3 months ago (2016-09-19 17:19:38 UTC) #56
erikchen
On 2016/09/19 17:09:50, charliea wrote: > lgtm, as long as you're okay with the fact ...
4 years, 3 months ago (2016-09-19 17:20:35 UTC) #57
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2338433002/140001
4 years, 3 months ago (2016-09-19 17:21:39 UTC) #60
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/262092)
4 years, 3 months ago (2016-09-19 17:30:33 UTC) #62
nednguyen
lgtm
4 years, 3 months ago (2016-09-19 17:53:04 UTC) #64
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2338433002/140001
4 years, 3 months ago (2016-09-19 17:53:37 UTC) #65
commit-bot: I haz the power
Try jobs failed on following builders: android_s5_perf_cq on master.tryserver.chromium.perf (JOB_TIMED_OUT, no build URL) mac_retina_perf_cq on ...
4 years, 3 months ago (2016-09-19 19:23:55 UTC) #67
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2338433002/140001
4 years, 3 months ago (2016-09-19 21:54:24 UTC) #69
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 3 months ago (2016-09-20 01:23:37 UTC) #71
commit-bot: I haz the power
4 years, 3 months ago (2016-09-20 01:26:59 UTC) #73
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/68b995c4d3eb37217ce143c225a7d2eed81d320a
Cr-Commit-Position: refs/heads/master@{#419624}

Powered by Google App Engine
This is Rietveld 408576698