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

Issue 2030343002: Limit tracked values in long running gmail benchmarks to V8 specific (Closed)

Created:
4 years, 6 months ago by ulan
Modified:
4 years, 6 months ago
Reviewers:
sullivan, petrcermak
CC:
chromium-reviews, telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Limit tracked values in long running gmail benchmarks to V8 specific values and the overall renderer memory stats. BUG=617117 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq Committed: https://crrev.com/b85904016ad11c2b2712cad3b545eab6e2e4c693 Cr-Commit-Position: refs/heads/master@{#398060}

Patch Set 1 #

Total comments: 3

Patch Set 2 : fix name #

Patch Set 3 : Address Petr's comment #

Patch Set 4 : Address Petr's comment 2 #

Patch Set 5 : Fix to include memory:chrome:renderer:subsystem and memory:chrome:renderer:vmstats #

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

Messages

Total messages: 31 (14 generated)
ulan
PTAL. As we agreed I am filtering out non-V8 values. But I am leaving the ...
4 years, 6 months ago (2016-06-03 11:11:31 UTC) #3
petrcermak
Thanks for taking care of this so quickly. LGTM with one comment, but let's WAIT ...
4 years, 6 months ago (2016-06-03 11:25:28 UTC) #5
ulan
I'll wait until Monday. > return 'v8' in value.name or 'vmstats:overall' in value.name Thanks! I ...
4 years, 6 months ago (2016-06-03 11:34:30 UTC) #6
petrcermak
https://codereview.chromium.org/2030343002/diff/1/tools/perf/benchmarks/memory_infra.py File tools/perf/benchmarks/memory_infra.py (right): https://codereview.chromium.org/2030343002/diff/1/tools/perf/benchmarks/memory_infra.py#newcode169 tools/perf/benchmarks/memory_infra.py:169: 'memory_chrome_renderer_vmstats_overall' in value.name) On 2016/06/03 11:25:28, petrcermak wrote: > ...
4 years, 6 months ago (2016-06-03 11:55:56 UTC) #7
sullivan
lgtm Thanks for your help with this!
4 years, 6 months ago (2016-06-03 20:35:43 UTC) #8
petrcermak
https://codereview.chromium.org/2030343002/diff/1/tools/perf/benchmarks/memory_infra.py File tools/perf/benchmarks/memory_infra.py (right): https://codereview.chromium.org/2030343002/diff/1/tools/perf/benchmarks/memory_infra.py#newcode169 tools/perf/benchmarks/memory_infra.py:169: 'memory_chrome_renderer_vmstats_overall' in value.name) On 2016/06/03 11:55:56, petrcermak wrote: > ...
4 years, 6 months ago (2016-06-06 09:45:17 UTC) #9
ulan
On 2016/06/06 09:45:17, petrcermak wrote: > https://codereview.chromium.org/2030343002/diff/1/tools/perf/benchmarks/memory_infra.py > File tools/perf/benchmarks/memory_infra.py (right): > > https://codereview.chromium.org/2030343002/diff/1/tools/perf/benchmarks/memory_infra.py#newcode169 > ...
4 years, 6 months ago (2016-06-06 10:49:38 UTC) #10
petrcermak
On 2016/06/06 10:49:38, ulan wrote: > On 2016/06/06 09:45:17, petrcermak wrote: > > > https://codereview.chromium.org/2030343002/diff/1/tools/perf/benchmarks/memory_infra.py ...
4 years, 6 months ago (2016-06-06 11:24:15 UTC) #11
ulan
> Note that this WILL report memory:chrome:all:subsystem:v8:* but NOT > memory:chrome:all:vmstats:overall:*. Unless this asymmetry is ...
4 years, 6 months ago (2016-06-06 12:13:50 UTC) #12
petrcermak
lgtm
4 years, 6 months ago (2016-06-06 12:16:14 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2030343002/80001
4 years, 6 months ago (2016-06-06 12:16:23 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clobber_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/185460)
4 years, 6 months ago (2016-06-06 12:41:13 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2030343002/80001
4 years, 6 months ago (2016-06-06 13:43:31 UTC) #20
nednguyen
On 2016/06/06 13:43:31, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
4 years, 6 months ago (2016-06-06 17:42:33 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2030343002/80001
4 years, 6 months ago (2016-06-06 17:51:07 UTC) #27
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 6 months ago (2016-06-06 17:56:34 UTC) #29
commit-bot: I haz the power
4 years, 6 months ago (2016-06-06 17:58:10 UTC) #31
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/b85904016ad11c2b2712cad3b545eab6e2e4c693
Cr-Commit-Position: refs/heads/master@{#398060}

Powered by Google App Engine
This is Rietveld 408576698