MCPcopy Create free account
hub / github.com/3rdparty/libprocess / DOWNLOAD_RAW_HELP

Method DOWNLOAD_RAW_HELP

src/memory_profiler.cpp:431–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429
430
431const string MemoryProfiler::DOWNLOAD_RAW_HELP()
432{
433 return HELP(
434 TLDR(
435 "Returns a raw memory profile."),
436 DESCRIPTION(
437 "Returns a file that was generated when the '/stop' endpoint",
438 "was last accessed. See the jemalloc [manual page][manpage] for",
439 "information about the file format.",
440 "",
441 "Query parameters:",
442 "",
443 "> id=VALUE Optional parameter to request a specific",
444 "> version of the profile."),
445 AUTHENTICATION(true),
446 None(),
447 REFERENCES("[manpage]: http://jemalloc.net/jemalloc.3.html"));
448}
449
450
451const string MemoryProfiler::DOWNLOAD_TEXT_HELP()

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected