MCPcopy Create free account
hub / github.com/apache/mesos / START_HELP

Method START_HELP

3rdparty/libprocess/src/profiler.cpp:39–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#endif
38
39const std::string Profiler::START_HELP()
40{
41 return HELP(
42 TLDR(
43 "Start profiling."),
44 DESCRIPTION(
45 "Start to use google perftools do profiling."),
46 AUTHENTICATION(true));
47}
48
49
50const std::string Profiler::STOP_HELP()

Callers

nothing calls this directly

Calls 4

HELPFunction · 0.85
TLDRFunction · 0.85
DESCRIPTIONFunction · 0.85
AUTHENTICATIONFunction · 0.85

Tested by

no test coverage detected