Home
last modified time | relevance | path

Searched refs:max_bucket_start (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/core/util/
Dhistogram.cc76 double max_bucket_start) { in grpc_histogram_create() argument
80 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()
Dhistogram.h32 double max_bucket_start);