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

Function GlobalExtraOptionsString

src/brpc/details/jemalloc_profiler.cpp:176–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174};
175
176std::string GlobalExtraOptionsString() {
177 std::string result;
178 result.reserve(64);
179 for (const auto& option : g_extra_options_set) {
180 result.append(option);
181 result.append(" ");
182 }
183 return result;
184}
185
186void JeControlProfile(Controller* cntl) {
187 const brpc::URI& uri = cntl->http_request().uri();

Callers 1

JeControlProfileFunction · 0.85

Calls 2

reserveMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected