Home
last modified time | relevance | path

Searched refs:grpc_histogram_minimum (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/test/core/util/
Dhistogram_test.cc69 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()
Dhistogram.h46 double grpc_histogram_minimum(grpc_histogram* histogram);
Dhistogram.cc217 double grpc_histogram_minimum(grpc_histogram* h) { return h->min_seen; } in grpc_histogram_minimum() function
/external/grpc-grpc/test/cpp/qps/
Dhistogram.h57 p->set_min_seen(grpc_histogram_minimum(impl_)); in FillProto()