Searched defs:max_buckets (Results 1 - 2 of 2) sorted by relevance

/art/runtime/base/
H A Dhistogram-inl.h56 size_t max_buckets)
60 max_buckets_(max_buckets),
55 Histogram(const char* name, Value initial_bucket_width, size_t max_buckets) argument
H A Dtiming_logger.cc99 const size_t max_buckets = Runtime::Current()->GetHeap()->IsLowMemoryMode() ? local
101 histogram = new Histogram<uint64_t>(label.c_str(), kInitialBucketSize, max_buckets);

Completed in 86 milliseconds