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

Issue 2810833002: Add memory ablation experiment. (Closed)

Created:
3 years, 8 months ago by DmitrySkiba
Modified:
3 years, 8 months ago
CC:
asvitkine+watch_chromium.org, chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add memory ablation experiment. BUG=710048 Review-Url: https://codereview.chromium.org/2810833002 Cr-Commit-Position: refs/heads/master@{#464136} Committed: https://chromium.googlesource.com/chromium/src/+/950fbc86a6623aebe69b471dfa156504b8f4467b

Patch Set 1 #

Total comments: 13

Patch Set 2 : Address comments #

Patch Set 3 : Forward declare SequencedTaskRunner #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -0 lines) Patch
M chrome/browser/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 3 chunks +22 lines, -0 lines 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
A chrome/browser/experiments/memory_ablation_experiment.h View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A chrome/browser/experiments/memory_ablation_experiment.cc View 1 2 1 chunk +65 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (8 generated)
DmitrySkiba
https://codereview.chromium.org/2810833002/diff/1/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (left): https://codereview.chromium.org/2810833002/diff/1/chrome/browser/about_flags.cc#oldcode2611 chrome/browser/about_flags.cc:2611: flag_descriptions::kEnableZipArchiverOnFileManagerDescription, This was formatted by "git cl format" along ...
3 years, 8 months ago (2017-04-10 17:15:42 UTC) #2
DmitrySkiba
Ilya Sherman: please take a look at histograms.xml
3 years, 8 months ago (2017-04-10 17:52:14 UTC) #4
Ilya Sherman
histograms.xml lgtm
3 years, 8 months ago (2017-04-10 17:55:23 UTC) #5
Primiano Tucci (use gerrit)
Maybe link an actual BUG=? https://codereview.chromium.org/2810833002/diff/1/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/2810833002/diff/1/chrome/browser/about_flags.cc#newcode844 chrome/browser/about_flags.cc:844: {"5 MiB", kMemoryAblation5MiB, arraysize(kMemoryAblation5MiB), ...
3 years, 8 months ago (2017-04-10 18:05:04 UTC) #7
DmitrySkiba
https://codereview.chromium.org/2810833002/diff/1/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/2810833002/diff/1/chrome/browser/about_flags.cc#newcode844 chrome/browser/about_flags.cc:844: {"5 MiB", kMemoryAblation5MiB, arraysize(kMemoryAblation5MiB), nullptr}, On 2017/04/10 18:05:04, Primiano ...
3 years, 8 months ago (2017-04-10 19:31:00 UTC) #8
Primiano Tucci (use gerrit)
non-owner LGTM https://codereview.chromium.org/2810833002/diff/1/chrome/browser/experiments/memory_ablation_experiment.cc File chrome/browser/experiments/memory_ablation_experiment.cc (right): https://codereview.chromium.org/2810833002/diff/1/chrome/browser/experiments/memory_ablation_experiment.cc#newcode6 chrome/browser/experiments/memory_ablation_experiment.cc:6: On 2017/04/10 19:31:00, DmitrySkiba wrote: > On ...
3 years, 8 months ago (2017-04-10 19:40:11 UTC) #9
DmitrySkiba
https://codereview.chromium.org/2810833002/diff/1/chrome/browser/experiments/memory_ablation_experiment.cc File chrome/browser/experiments/memory_ablation_experiment.cc (right): https://codereview.chromium.org/2810833002/diff/1/chrome/browser/experiments/memory_ablation_experiment.cc#newcode6 chrome/browser/experiments/memory_ablation_experiment.cc:6: On 2017/04/10 19:40:11, Primiano Tucci wrote: > On 2017/04/10 ...
3 years, 8 months ago (2017-04-10 19:51:41 UTC) #10
Primiano Tucci (use gerrit)
On 2017/04/10 19:51:41, DmitrySkiba wrote: > https://codereview.chromium.org/2810833002/diff/1/chrome/browser/experiments/memory_ablation_experiment.cc > File chrome/browser/experiments/memory_ablation_experiment.cc (right): > > https://codereview.chromium.org/2810833002/diff/1/chrome/browser/experiments/memory_ablation_experiment.cc#newcode6 > ...
3 years, 8 months ago (2017-04-10 19:53:00 UTC) #11
Maria
3 years, 8 months ago (2017-04-10 21:33:35 UTC) #12
Maria
3 years, 8 months ago (2017-04-10 21:34:19 UTC) #13
Bryan McQuade
Thanks! This looks good for an experiment where we increase browser process memory. Were we ...
3 years, 8 months ago (2017-04-10 21:37:52 UTC) #15
Bryan McQuade
On 2017/04/10 at 21:37:52, Bryan McQuade wrote: > Thanks! This looks good for an experiment ...
3 years, 8 months ago (2017-04-10 21:41:09 UTC) #16
Maria
On 2017/04/10 21:41:09, Bryan McQuade wrote: > On 2017/04/10 at 21:37:52, Bryan McQuade wrote: > ...
3 years, 8 months ago (2017-04-10 21:43:21 UTC) #17
Ilya Sherman
On 2017/04/10 21:43:21, Maria wrote: > On 2017/04/10 21:41:09, Bryan McQuade wrote: > > On ...
3 years, 8 months ago (2017-04-10 21:46:14 UTC) #18
Maria
On 2017/04/10 21:46:14, Ilya Sherman wrote: > On 2017/04/10 21:43:21, Maria wrote: > > On ...
3 years, 8 months ago (2017-04-10 21:48:57 UTC) #19
Ilya Sherman
On 2017/04/10 21:48:57, Maria wrote: > On 2017/04/10 21:46:14, Ilya Sherman wrote: > > On ...
3 years, 8 months ago (2017-04-10 21:51:28 UTC) #20
brettw
lgtm
3 years, 8 months ago (2017-04-11 16:54:29 UTC) #21
Maria
lgtm
3 years, 8 months ago (2017-04-11 18:51:41 UTC) #22
Bryan McQuade
lgtm
3 years, 8 months ago (2017-04-12 01:31:55 UTC) #23
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/2810833002/60001
3 years, 8 months ago (2017-04-12 18:55:54 UTC) #26
commit-bot: I haz the power
3 years, 8 months ago (2017-04-12 20:37:33 UTC) #29
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/950fbc86a6623aebe69b471dfa15...

Powered by Google App Engine
This is Rietveld 408576698