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

Method STATE_HELP

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

Source from the content-addressed store, hash-verified

505
506
507const string MemoryProfiler::STATE_HELP()
508{
509 return HELP(
510 TLDR(
511 "Shows the configuration of the memory profiler process."),
512 DESCRIPTION(
513 "Current memory profiler state. This shows, for example, whether",
514 "jemalloc was detected, whether profiling is currently active and",
515 "the directory used to store temporary files.",
516 "",
517 "Returns a JSON object."),
518 AUTHENTICATION(true));
519}
520
521
522void MemoryProfiler::initialize()

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