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

Issue 9270018: Make a separate histogram for MatchComplete Final Status'es and (Closed)

Created:
8 years, 11 months ago by tburkard
Modified:
8 years, 11 months ago
Reviewers:
cbentzel, dominich
CC:
chromium-reviews, tburkard+watch_chromium.org, cbentzel+watch_chromium.org, dominich+watch_chromium.org, mmenke
Visibility:
Public.

Description

Make a separate histogram for MatchComplete Final Status'es and normal Final Statuses. Also, show all control group Final Statuses, since we keep them now in a separate histogram. R=cbentzel@chromium.org, dominich@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=118935

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Total comments: 41

Patch Set 3 : '' #

Total comments: 18

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Total comments: 21

Patch Set 6 : '' #

Total comments: 1

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -52 lines) Patch
M chrome/browser/prerender/prerender_browsertest.cc View 1 2 3 4 5 6 2 chunks +10 lines, -6 lines 0 comments Download
M chrome/browser/prerender/prerender_contents.h View 1 2 3 4 3 chunks +28 lines, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_contents.cc View 1 2 3 4 2 chunks +8 lines, -19 lines 0 comments Download
M chrome/browser/prerender/prerender_final_status.h View 1 2 3 4 5 6 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/prerender/prerender_final_status.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_histograms.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/prerender/prerender_histograms.cc View 1 2 3 4 5 2 chunks +52 lines, -7 lines 0 comments Download
M chrome/browser/prerender/prerender_manager.h View 1 2 3 4 5 6 3 chunks +22 lines, -3 lines 0 comments Download
M chrome/browser/prerender/prerender_manager.cc View 1 2 3 4 5 6 10 chunks +60 lines, -11 lines 0 comments Download
M chrome/browser/prerender/prerender_manager_unittest.cc View 1 2 3 4 5 6 2 chunks +34 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
tburkard
Please review carefully. This should help us to better reconcile the difference between Control, normal, ...
8 years, 11 months ago (2012-01-20 19:09:37 UTC) #1
dominich
I need to look at this more in depth, but I'm completely confused about the ...
8 years, 11 months ago (2012-01-20 21:17:08 UTC) #2
tburkard
Dominic, thanks for your feedback -- this was very helpful. I implemented the TODOs which ...
8 years, 11 months ago (2012-01-20 21:57:52 UTC) #3
dominich
The comments are very helpful but they've raised more questions, I'm afraid. Also more comments ...
8 years, 11 months ago (2012-01-20 22:23:37 UTC) #4
tburkard
Thanks for your comments. As I mentioned below, I will refrain from adding tests, and ...
8 years, 11 months ago (2012-01-20 23:23:00 UTC) #5
cbentzel
I likely won't get to this until Monday. Pretty backlogged at the moment.
8 years, 11 months ago (2012-01-21 02:33:18 UTC) #6
dominich
http://codereview.chromium.org/9270018/diff/2006/chrome/browser/prerender/prerender_contents.h File chrome/browser/prerender/prerender_contents.h (right): http://codereview.chromium.org/9270018/diff/2006/chrome/browser/prerender/prerender_contents.h#newcode92 chrome/browser/prerender/prerender_contents.h:92: // been replaced by a MachComplete dummy. Therefore, we ...
8 years, 11 months ago (2012-01-23 22:41:40 UTC) #7
tburkard
Addressed all your feedback, thanks. Please let me know if you have any more concerns. ...
8 years, 11 months ago (2012-01-24 00:59:56 UTC) #8
dominich
http://codereview.chromium.org/9270018/diff/2006/chrome/browser/prerender/prerender_histograms.cc File chrome/browser/prerender/prerender_histograms.cc (right): http://codereview.chromium.org/9270018/diff/2006/chrome/browser/prerender/prerender_histograms.cc#newcode279 chrome/browser/prerender/prerender_histograms.cc:279: void PrerenderHistograms::RecordFinalStatus(Origin origin, Then perhaps MatchCompleteStatus should be a ...
8 years, 11 months ago (2012-01-24 01:18:41 UTC) #9
tburkard
http://codereview.chromium.org/9270018/diff/2006/chrome/browser/prerender/prerender_histograms.cc File chrome/browser/prerender/prerender_histograms.cc (right): http://codereview.chromium.org/9270018/diff/2006/chrome/browser/prerender/prerender_histograms.cc#newcode279 chrome/browser/prerender/prerender_histograms.cc:279: void PrerenderHistograms::RecordFinalStatus(Origin origin, Moved it to PrerenderHistograms, but kept ...
8 years, 11 months ago (2012-01-24 01:35:20 UTC) #10
cbentzel
I like how this simplifies the logic of FinalStatus recording for the Control group, and ...
8 years, 11 months ago (2012-01-24 14:55:46 UTC) #11
tburkard
http://codereview.chromium.org/9270018/diff/8003/chrome/browser/prerender/prerender_contents.h File chrome/browser/prerender/prerender_contents.h (right): http://codereview.chromium.org/9270018/diff/8003/chrome/browser/prerender/prerender_contents.h#newcode84 chrome/browser/prerender/prerender_contents.h:84: // Indicates how this PrerenderContents relates to MatchComplete. I ...
8 years, 11 months ago (2012-01-24 19:15:54 UTC) #12
cbentzel
LGTM http://codereview.chromium.org/9270018/diff/8003/chrome/browser/prerender/prerender_contents.h File chrome/browser/prerender/prerender_contents.h (right): http://codereview.chromium.org/9270018/diff/8003/chrome/browser/prerender/prerender_contents.h#newcode84 chrome/browser/prerender/prerender_contents.h:84: // Indicates how this PrerenderContents relates to MatchComplete. ...
8 years, 11 months ago (2012-01-24 20:48:56 UTC) #13
dominich
LGTM pending nit below. http://codereview.chromium.org/9270018/diff/13011/chrome/browser/prerender/prerender_final_status.h File chrome/browser/prerender/prerender_final_status.h (right): http://codereview.chromium.org/9270018/diff/13011/chrome/browser/prerender/prerender_final_status.h#newcode53 chrome/browser/prerender/prerender_final_status.h:53: FINAL_STATUS_MATCH_COMPLETE_DUMMY = 38, Is MATCH_COMPLETE_DUMMY ...
8 years, 11 months ago (2012-01-24 20:52:45 UTC) #14
tburkard
There is one issue: using final_status_used for control & experiment won't work due to matt's ...
8 years, 11 months ago (2012-01-24 20:58:34 UTC) #15
cbentzel
Oofa. Do we have tests for this case? On Tue, Jan 24, 2012 at 3:58 ...
8 years, 11 months ago (2012-01-24 21:02:01 UTC) #16
cbentzel
Thanks for catching it as well. On Tue, Jan 24, 2012 at 4:01 PM, Chris ...
8 years, 11 months ago (2012-01-24 21:02:10 UTC) #17
tburkard
I'm also removing the FINAL_STATUS_MATCH_COMPLETE dummy (making it obsolete). I had overloaded its use in ...
8 years, 11 months ago (2012-01-24 21:02:44 UTC) #18
tburkard
Adding a test now, will send an update once everything is finished. On Tue, Jan ...
8 years, 11 months ago (2012-01-24 21:13:29 UTC) #19
tburkard
This has dominic's request to deprecate the match_compelte_dummy, the fix with WOULD_HAVE_BEEN_USED, and a new ...
8 years, 11 months ago (2012-01-24 22:26:22 UTC) #20
dominich
lgtm
8 years, 11 months ago (2012-01-24 22:29:08 UTC) #21
cbentzel
8 years, 11 months ago (2012-01-24 22:32:42 UTC) #22

Powered by Google App Engine
This is Rietveld 408576698