Searched refs:grpc_histogram_mean (Results 1 – 3 of 3) sorted by relevance
49 GPR_ASSERT(grpc_histogram_mean(h) == 10500); in test_simple()73 GPR_ASSERT(grpc_histogram_mean(h) == 4.25); in test_percentile()128 GPR_ASSERT(grpc_histogram_mean(h1) == 4.25); in test_merge()143 GPR_ASSERT(grpc_histogram_mean(h1) == 6.0); in test_merge()
42 double grpc_histogram_mean(grpc_histogram* histogram);
200 double grpc_histogram_mean(grpc_histogram* h) { in grpc_histogram_mean() function