Searched refs:bucket_width_ (Results 1 – 2 of 2) sorted by relevance
34 Value new_max = ((value + 1) / bucket_width_ + 1) * bucket_width_; in AddValue()56 bucket_width_(initial_bucket_width) { in Histogram()67 bucket_width_ *= 2; in GrowBuckets()78 max_ += bucket_width_; in GrowBuckets()88 const size_t bucket_idx = static_cast<size_t>((val - min_) / bucket_width_); in FindBucket()110 max_ = bucket_width_ * GetBucketCount(); in Initialize()130 return min_ + bucket_idx * bucket_width_; in GetRange()
104 Value bucket_width_; variable