Searched refs:max_buckets (Results 1 – 2 of 2) sorted by relevance
59 size_t max_buckets) in Histogram() argument63 max_buckets_(max_buckets), in Histogram()65 CHECK_GE(max_buckets, kInitialBucketCount); in Histogram()
49 Histogram(const char* name, Value initial_bucket_width, size_t max_buckets = 100);