Searched refs:grpc_histogram_percentile (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/test/core/util/ |
D | histogram_test.cc | 30 double got = grpc_histogram_percentile(h, percentile); in expect_percentile() 91 cur = grpc_histogram_percentile(h, i); in test_percentile() 148 cur = grpc_histogram_percentile(h1, i); in test_merge()
|
D | histogram.h | 41 double grpc_histogram_percentile(grpc_histogram* histogram, double percentile);
|
D | histogram.cc | 196 double grpc_histogram_percentile(grpc_histogram* h, double percentile) { in grpc_histogram_percentile() function
|
/external/grpc-grpc/test/core/fling/ |
D | client.cc | 237 grpc_histogram_percentile(histogram, 50), in main() 238 grpc_histogram_percentile(histogram, 95), in main() 239 grpc_histogram_percentile(histogram, 99), in main() 240 grpc_histogram_percentile(histogram, 99.9)); in main()
|
/external/grpc-grpc/test/core/network_benchmarks/ |
D | low_level_ping_pong.cc | 283 grpc_histogram_percentile(histogram, 50), in print_histogram() 284 grpc_histogram_percentile(histogram, 95), in print_histogram() 285 grpc_histogram_percentile(histogram, 99), in print_histogram() 286 grpc_histogram_percentile(histogram, 99.9)); in print_histogram()
|
/external/grpc-grpc/test/cpp/qps/ |
D | qps_interarrival_test.cc | 46 std::cout << grpc_histogram_percentile(h, pct) << "," << pct << std::endl; in RunTest()
|
D | histogram.h | 47 return grpc_histogram_percentile(impl_, pctile); in Percentile()
|