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

Method STOP_HELP

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

Source from the content-addressed store, hash-verified

48
49
50const std::string Profiler::STOP_HELP()
51{
52 return HELP(
53 TLDR(
54 "Stops profiling."),
55 DESCRIPTION(
56 "Stop to use google perftools do profiling."),
57 AUTHENTICATION(true));
58}
59
60
61Future<http::Response> Profiler::start(

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