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

Issue 7638: Construct a field trial to see if HIGH or MEDIUM memory model "works better"... (Closed)

Created:
12 years, 2 months ago by jar (doing other things)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Construct a field trial to see if HIGH or MEDIUM memory model "works better" Includes definition of a FieldTrial class to support this. I have thoughts in my head about how this will eventually extend to be controllable via UMA (as well as being able to run tests defined at compile time, as was done in this example. r=mbelshe, mmentovai Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=3604

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+323 lines, -14 lines) Patch
M base/SConscript View 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M base/build/base.vcproj View 1 2 3 4 5 6 3 chunks +12 lines, -4 lines 0 comments Download
M base/build/base_unittests.vcproj View 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
A base/field_trial.h View 1 2 3 4 5 1 chunk +92 lines, -0 lines 0 comments Download
A base/field_trial.cc View 1 2 3 4 5 1 chunk +62 lines, -0 lines 0 comments Download
A base/field_trial_unittest.cc View 3 4 1 chunk +74 lines, -0 lines 0 comments Download
M chrome/browser/browser.vcproj View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/browser_main.cc View 1 2 3 4 5 6 7 chunks +11 lines, -8 lines 0 comments Download
M chrome/browser/browser_process_impl.cc View 1 2 3 4 5 6 2 chunks +12 lines, -1 line 0 comments Download
A chrome/browser/browser_trial.h View 1 2 3 4 1 chunk +22 lines, -0 lines 0 comments Download
A chrome/browser/browser_trial.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/render_widget_host_view_win.cc View 1 2 3 4 5 6 2 chunks +16 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
jar (doing other things)
I have edited the sconsscript files to seemingly make this work on linux (or so ...
12 years, 2 months ago (2008-10-18 20:01:56 UTC) #1
Mike Belshe
LGTM. Question - do we need to measure memory usage differently for the different memory ...
12 years, 2 months ago (2008-10-18 21:32:52 UTC) #2
jar (doing other things)
Several suggestions taken from Mike. Mike: We should chat about which memory histograms to split ...
12 years, 2 months ago (2008-10-19 07:22:56 UTC) #3
Mark Mentovai
We don't build any of these files on the Mac, so there shouldn't be a ...
12 years, 2 months ago (2008-10-19 17:06:25 UTC) #4
jar (doing other things)
12 years, 1 month ago (2008-11-13 23:20:09 UTC) #5
I believe all of this is landed already (on trunk and dev release), except for

chrome/browser/render_widget_host_view_win.cc

Which apparently missed the dev channel build.

Please be sure that that file lands on the dev channel branch properly.

LGTM.

Jim

Powered by Google App Engine
This is Rietveld 408576698