Searched refs:max_buckets (Results 1 – 3 of 3) sorted by relevance
46 Histogram(const char* name, Value initial_bucket_width, size_t max_buckets = 100);
59 size_t max_buckets) in Histogram() argument63 max_buckets_(max_buckets), in Histogram()
102 const size_t max_buckets = Runtime::Current()->GetHeap()->IsLowMemoryMode() ? in AddPair() local104 histogram = new Histogram<uint64_t>(label.c_str(), kInitialBucketSize, max_buckets); in AddPair()