Descriptioncc: Add cheapness predictor success histogram
For picture piles that are fairly cheap to rasterize, we want to do the step on the same thread (instead of dispatching it to a different thread). As a first step, this change adds an accuracy metric for the predictor. Three new histograms are added: CheapPredictorAccuracy measures overall success rate of the predictor; CheapPredictorSafelyWrong counts the number of times the prediction was "this is a slow raster", but in reality it was fast; CheapPredictorBadlyWrong counts the number of times the prediction was "this is a fast raster", but in reality it was slow.
BUG=173426
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=180863
Patch Set 1 #
Total comments: 1
Patch Set 2 : Add directionality to histograms #Patch Set 3 : Removed cl 12194015 change from diff #
Total comments: 7
Patch Set 4 : Updated style, changed histograms #Patch Set 5 : Rebased the change on top of (partial) 12194015 #
Total comments: 1
Messages
Total messages: 14 (0 generated)
|