Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/util/
Dhistogram_test.cc68 GPR_ASSERT(grpc_histogram_count(h) == 4); in test_percentile()
123 GPR_ASSERT(grpc_histogram_count(h1) == 4); in test_merge()
138 GPR_ASSERT(grpc_histogram_count(h1) == 7); in test_merge()
Dhistogram.h47 double grpc_histogram_count(grpc_histogram* histogram);
Dhistogram.cc219 double grpc_histogram_count(grpc_histogram* h) { return h->count; } in grpc_histogram_count() function
/external/grpc-grpc/test/cpp/qps/
Dhistogram.h49 double Count() const { return grpc_histogram_count(impl_); } in Count()
61 p->set_count(grpc_histogram_count(impl_)); in FillProto()