Searched refs:grpc_histogram_sum (Results 1 – 4 of 4) sorted by relevance
71 GPR_ASSERT(grpc_histogram_sum(h) == 17); in test_percentile()126 GPR_ASSERT(grpc_histogram_sum(h1) == 17); in test_merge()141 GPR_ASSERT(grpc_histogram_sum(h1) == 42.0); in test_merge()
48 double grpc_histogram_sum(grpc_histogram* histogram);
221 double grpc_histogram_sum(grpc_histogram* h) { return h->sum; } in grpc_histogram_sum() function
59 p->set_sum(grpc_histogram_sum(impl_)); in FillProto()