Searched refs:grpc_histogram_maximum (Results 1 – 4 of 4) sorted by relevance
70 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()
45 double grpc_histogram_maximum(grpc_histogram* histogram);
215 double grpc_histogram_maximum(grpc_histogram* h) { return h->max_seen; } in grpc_histogram_maximum() function
58 p->set_max_seen(grpc_histogram_maximum(impl_)); in FillProto()