Home
last modified time | relevance | path

Searched refs:max_buckets (Results 1 – 3 of 3) sorted by relevance

/art/libartbase/base/
Dhistogram.h46 Histogram(const char* name, Value initial_bucket_width, size_t max_buckets = 100);
Dhistogram-inl.h59 size_t max_buckets) in Histogram() argument
63 max_buckets_(max_buckets), in Histogram()
/art/runtime/base/
Dtiming_logger.cc102 const size_t max_buckets = Runtime::Current()->GetHeap()->IsLowMemoryMode() ? in AddPair() local
104 histogram = new Histogram<uint64_t>(label.c_str(), kInitialBucketSize, max_buckets); in AddPair()