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

Method STOP_HELP

3rdparty/libprocess/src/memory_profiler.cpp:417–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415
416
417const string MemoryProfiler::STOP_HELP()
418{
419 return HELP(
420 TLDR(
421 "Stops memory profiling and dumps collected data."),
422 DESCRIPTION(
423 "Instructs the memory profiler to stop collecting data"
424 "and dumps a file containing the collected data to disk,"
425 "clearing that data from memory. Does nothing if profiling",
426 "has not been started before."),
427 AUTHENTICATION(true));
428}
429
430
431const string MemoryProfiler::DOWNLOAD_RAW_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