Home | History | Annotate | Download | only in metrics

Lines Matching full:buckets

7 // vector of numbers corresponding to each of the aggregating buckets).
34 // The buckets layout of class Histogram is exponential. For example, buckets
38 // for values between 1 and 64, with 8 buckets, such as:
45 // the smallest ratio that it can use to construct the number of buckets
46 // selected in the constructor. An another example, if you had 50 buckets,
49 // root of 10000. This approach provides very fine grain (narrow) buckets
51 // gigantic range with the addition of very few buckets.
102 // Initialize maximum number of buckets in histograms as 16,384.
114 // buckets > 2 [minimum buckets needed: underflow, overflow and the range]
116 // buckets <= (maximum - minimum + 2) - this is to ensure that we don't have
117 // more buckets than the range of numbers; having more buckets than 1 per
221 // |ranges| should contain the underflow and overflow buckets. See top
289 // Write information about previous, current, and next buckets.
302 ListValue* buckets) const override;
327 // buckets.