Home
last modified time | relevance | path

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

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