Home
last modified time | relevance | path

Searched refs:grpc_histogram_destroy (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/test/core/util/
Dhistogram_test.cc25 grpc_histogram_destroy(grpc_histogram_create(0.01, 60e9)); in test_no_op()
51 grpc_histogram_destroy(h); in test_simple()
96 grpc_histogram_destroy(h); in test_percentile()
115 grpc_histogram_destroy(h2); in test_merge()
119 grpc_histogram_destroy(h2); in test_merge()
131 grpc_histogram_destroy(h2); in test_merge()
153 grpc_histogram_destroy(h1); in test_merge()
154 grpc_histogram_destroy(h2); in test_merge()
Dhistogram.h33 void grpc_histogram_destroy(grpc_histogram* h);
Dhistogram.cc97 void grpc_histogram_destroy(grpc_histogram* h) { in grpc_histogram_destroy() function
/external/grpc-grpc/test/cpp/qps/
Dhistogram.h35 if (impl_) grpc_histogram_destroy(impl_); in ~Histogram()
38 if (impl_) grpc_histogram_destroy(impl_); in Reset()
Dqps_interarrival_test.cc49 grpc_histogram_destroy(h); in RunTest()
/external/grpc-grpc/test/core/fling/
Dclient.cc241 grpc_histogram_destroy(histogram); in main()
/external/grpc-grpc/test/core/network_benchmarks/
Dlow_level_ping_pong.cc326 grpc_histogram_destroy(histogram); in client_thread()