Searched refs:grpc_histogram_minimum (Results 1 – 4 of 4) sorted by relevance
69 GPR_ASSERT(grpc_histogram_minimum(h) == 2.5); in test_percentile()124 GPR_ASSERT(grpc_histogram_minimum(h1) == 2.5); in test_merge()139 GPR_ASSERT(grpc_histogram_minimum(h1) == 1.0); in test_merge()
46 double grpc_histogram_minimum(grpc_histogram* histogram);
217 double grpc_histogram_minimum(grpc_histogram* h) { return h->min_seen; } in grpc_histogram_minimum() function
57 p->set_min_seen(grpc_histogram_minimum(impl_)); in FillProto()