Searched refs:bucket_width_ (Results 1 – 2 of 2) sorted by relevance
38 Value new_max = ((value + 1) / bucket_width_ + 1) * bucket_width_; in AddValue()64 bucket_width_(initial_bucket_width) { in Histogram()78 bucket_width_ *= 2; in GrowBuckets()89 max_ += bucket_width_; in GrowBuckets()99 const size_t bucket_idx = static_cast<size_t>((val - min_) / bucket_width_); in FindBucket()121 max_ = bucket_width_ * GetBucketCount(); in Initialize()141 return min_ + bucket_idx * bucket_width_; in GetRange()
92 return bucket_width_; in BucketWidth()113 Value bucket_width_; variable