|
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
|
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
|
Total messages: 5 (0 generated)
|