Searched refs:bucket_width_ (Results 1 – 2 of 2) sorted by relevance
35 Value new_max = ((value + 1) / bucket_width_ + 1) * bucket_width_; in AddValue()60 bucket_width_(initial_bucket_width) { in Histogram()71 bucket_width_ *= 2; in GrowBuckets()82 max_ += bucket_width_; in GrowBuckets()92 const size_t bucket_idx = static_cast<size_t>((val - min_) / bucket_width_); in FindBucket()114 max_ = bucket_width_ * GetBucketCount(); in Initialize()134 return min_ + bucket_idx * bucket_width_; in GetRange()
105 Value bucket_width_; variable