Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/util/
Dgrpc_profiler.cc24 void grpc_profiler_start(const char* filename) { ProfilerStart(filename); } in grpc_profiler_start() function
30 void grpc_profiler_start(const char* filename) { in grpc_profiler_start() function
Dgrpc_profiler.h22 void grpc_profiler_start(const char* filename);
/external/grpc-grpc/test/core/fling/
Dclient.cc213 grpc_profiler_start("client.prof"); in main()
Dserver.cc230 grpc_profiler_start("server.prof"); in main()
/external/grpc-grpc/test/cpp/qps/
Dqps_worker.cc89 if (enable_) grpc_profiler_start(filename); in ScopedProfile()