Home | History | Annotate | Download | only in metrics

Lines Matching full:bucket

158   // Prepare to normalize graphical rendering of bucket contents.
163 // Calculate space needed to print bucket range numbers. Leave room to print
164 // nearly the largest bucket range without sliding over the histogram.
172 // Calculate largest print width needed for any of our bucket range displays.
427 // Calculate what range of values are held in each bucket.
430 // (effectively making one bucket get no values). We need to avoid:
432 // To avoid that, we just do a fine-grained bucket width as far as we need to
434 // that bucket onward we do use the exponential growth of buckets.
447 // See where the next bucket would start.
454 ++current; // Just do a narrow bucket, and keep trying.
491 // Use the actual bucket widths (like a linear histogram) until the widths get
530 // Standard assertions that all bucket ranges should satisfy.
837 DCHECK_GT(declared_min(), 0); // 0 is the underflow bucket here.