Searched refs:grpc_profiler_start (Results 1 – 5 of 5) sorted by relevance
24 void grpc_profiler_start(const char* filename) { ProfilerStart(filename); } in grpc_profiler_start() function30 void grpc_profiler_start(const char* filename) { in grpc_profiler_start() function
22 void grpc_profiler_start(const char* filename);
213 grpc_profiler_start("client.prof"); in main()
230 grpc_profiler_start("server.prof"); in main()
89 if (enable_) grpc_profiler_start(filename); in ScopedProfile()