HomeSort by relevance Sort by last modified time
    Searched refs:bucket_width_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
histogram-inl.h 36 Value new_max = ((value + 1) / bucket_width_ + 1) * bucket_width_;
62 bucket_width_(initial_bucket_width) {
73 bucket_width_ *= 2;
84 max_ += bucket_width_;
94 const size_t bucket_idx = static_cast<size_t>((val - min_) / bucket_width_);
116 max_ = bucket_width_ * GetBucketCount();
136 return min_ + bucket_idx * bucket_width_;
histogram.h 89 return bucket_width_;
110 Value bucket_width_; member in class:art::Histogram
112 // starting at min_ + i * bucket_width_ with size bucket_size_.

Completed in 62 milliseconds