Home
last modified time | relevance | path

Searched refs:grpc_profiler_stop (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/test/core/util/
Dgrpc_profiler.cc26 void grpc_profiler_stop() { ProfilerStop(); } in grpc_profiler_stop() function
44 void grpc_profiler_stop(void) {} in grpc_profiler_stop() function
Dgrpc_profiler.h23 void grpc_profiler_stop();
/external/grpc-grpc/test/core/fling/
Dclient.cc220 grpc_profiler_stop(); in main()
Dserver.cc320 grpc_profiler_stop(); in main()
/external/grpc-grpc/test/cpp/qps/
Dqps_worker.cc92 if (enable_) grpc_profiler_stop(); in ~ScopedProfile()