Searched refs:max_bucket_start (Results 1 – 2 of 2) sorted by relevance
76 double max_bucket_start) { in grpc_histogram_create() argument80 GPR_ASSERT(max_bucket_start > resolution); in grpc_histogram_create()85 h->max_possible = max_bucket_start; in grpc_histogram_create()87 h->min_seen = max_bucket_start; in grpc_histogram_create()89 h->num_buckets = bucket_for_unchecked(h, max_bucket_start) + 1; in grpc_histogram_create()
32 double max_bucket_start);