Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/util/
Dhistogram_test.cc70 GPR_ASSERT(grpc_histogram_maximum(h) == 8); in test_percentile()
125 GPR_ASSERT(grpc_histogram_maximum(h1) == 8); in test_merge()
140 GPR_ASSERT(grpc_histogram_maximum(h1) == 17.0); in test_merge()
Dhistogram.h45 double grpc_histogram_maximum(grpc_histogram* histogram);
Dhistogram.cc215 double grpc_histogram_maximum(grpc_histogram* h) { return h->max_seen; } in grpc_histogram_maximum() function
/external/grpc-grpc/test/cpp/qps/
Dhistogram.h58 p->set_max_seen(grpc_histogram_maximum(impl_)); in FillProto()