Searched refs:bucket_width_ (Results 1 – 2 of 2) sorted by relevance
36 Value new_max = ((value + 1) / bucket_width_ + 1) * bucket_width_; in AddValue()61 bucket_width_(initial_bucket_width) { in Histogram()72 bucket_width_ *= 2; in GrowBuckets()83 max_ += bucket_width_; in GrowBuckets()93 const size_t bucket_idx = static_cast<size_t>((val - min_) / bucket_width_); in FindBucket()115 max_ = bucket_width_ * GetBucketCount(); in Initialize()135 return min_ + bucket_idx * bucket_width_; in GetRange()
89 return bucket_width_; in BucketWidth()110 Value bucket_width_; variable