Home
last modified time | relevance | path

Searched refs:max_buckets_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dhistogram-inl.h51 max_buckets_(0) { in Histogram()
60 max_buckets_(max_buckets), in Histogram()
69 if (frequency_.size() >= max_buckets_) { in GrowBuckets()
Dhistogram.h105 const size_t max_buckets_; variable