Searched refs:grpc_histogram_percentile (Results 1 – 8 of 8) sorted by relevance
/third_party/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
|
/third_party/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()
|
/third_party/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()
|
/third_party/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()
|
/third_party/grpc/test/cpp/interop/ |
D | interop_client.cc | 1141 grpc_histogram_percentile(latencies_ms_histogram, 50); in PerformSoakTest() 1143 grpc_histogram_percentile(latencies_ms_histogram, 90); in PerformSoakTest()
|