DescriptionDisk cache: Remove stats_histogram.
StatsHistograms is the only "external" subclass of base::Histogram and as such
it often requires extra considerations when modifying the base class. On the
other hand, almost the same data can be gathered by using a regular log
histogram with a specific range.
This CL does that, generating a 75 bucket histogram to map the 27 buckets
from the original data. Most of the buckets will be empty, and a couple of
buckets will be merged on the new histogram, but the compromise looks
good enough.
BUG=377936
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273074
Patch Set 1 #
Total comments: 8
Patch Set 2 : Review comments #
Total comments: 2
Patch Set 3 : Fix typo #
Messages
Total messages: 8 (0 generated)
|