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

Function logo

src/brpc/builtin/common.cpp:295–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295const char* logo() {
296 return
297 " __\n"
298 " / /_ _________ _____\n"
299 " / __ \\/ ___/ __ \\/ ___/\n"
300 " / /_/ / / / /_/ / /__\n"
301 "/_.___/_/ / .___/\\___/\n"
302 " /_/\n";
303}
304
305const char* ProfilingType2String(ProfilingType t) {
306 switch (t) {

Callers 3

mainFunction · 0.85
default_methodMethod · 0.85
StartProfilingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected