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 35 Value new_max = ((value + 1) / bucket_width_ + 1) * bucket_width_;
60 bucket_width_(initial_bucket_width) {
71 bucket_width_ *= 2;
82 max_ += bucket_width_;
92 const size_t bucket_idx = static_cast<size_t>((val - min_) / bucket_width_);
114 max_ = bucket_width_ * GetBucketCount();
134 return min_ + bucket_idx * bucket_width_;
histogram.h 105 Value bucket_width_; member in class:art::Histogram
107 // starting at min_ + i * bucket_width_ with size bucket_size_.

Completed in 157 milliseconds