MCPcopy Create free account
hub / github.com/apache/brpc / run_info_thread

Function run_info_thread

tools/rpc_press/info_thread.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97static void* run_info_thread(void* arg) {
98 ((InfoThread*)arg)->run();
99 return NULL;
100}
101
102bool InfoThread::start(const InfoThreadOptions& options) {
103 if (options.latency_recorder == NULL ||

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected