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 34 Value new_max = ((value + 1) / bucket_width_ + 1) * bucket_width_;
49 bucket_width_(initial_bucket_width) {
60 bucket_width_ *= 2;
71 max_ += bucket_width_;
81 const size_t bucket_idx = static_cast<size_t>((val - min_) / bucket_width_);
103 max_ = bucket_width_ * GetBucketCount();
123 return min_ + bucket_idx * bucket_width_;
histogram.h 96 Value bucket_width_; member in class:art::Histogram
98 // starting at min_ + i * bucket_width_ with size bucket_size_.

Completed in 36 milliseconds