Searched refs:grpc_histogram_add (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/test/core/util/ |
D | histogram_test.cc | 43 grpc_histogram_add(h, 10000); in test_simple() 44 grpc_histogram_add(h, 10000); in test_simple() 45 grpc_histogram_add(h, 11000); in test_simple() 46 grpc_histogram_add(h, 11000); in test_simple() 63 grpc_histogram_add(h, 2.5); in test_percentile() 64 grpc_histogram_add(h, 2.5); in test_percentile() 65 grpc_histogram_add(h, 8); in test_percentile() 66 grpc_histogram_add(h, 4); in test_percentile() 108 grpc_histogram_add(h1, 2.5); in test_merge() 109 grpc_histogram_add(h1, 2.5); in test_merge() [all …]
|
D | histogram.h | 34 void grpc_histogram_add(grpc_histogram* h, double x);
|
D | histogram.cc | 102 void grpc_histogram_add(grpc_histogram* h, double x) { in grpc_histogram_add() function
|
/external/grpc-grpc/test/cpp/qps/ |
D | qps_interarrival_test.cc | 39 grpc_histogram_add(h, timer.next(j)); in RunTest()
|
D | histogram.h | 45 void Add(double value) { grpc_histogram_add(impl_, value); } in Add()
|
/external/grpc-grpc/test/core/fling/ |
D | client.cc | 218 grpc_histogram_add(histogram, stop - start); in main()
|
/external/grpc-grpc/test/core/network_benchmarks/ |
D | low_level_ping_pong.cc | 320 grpc_histogram_add(histogram, interval); in client_thread()
|