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

Method DOWNLOAD_GRAPH_HELP

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

Source from the content-addressed store, hash-verified

468
469
470const string MemoryProfiler::DOWNLOAD_GRAPH_HELP()
471{
472 return HELP(
473 TLDR(
474 "Generates and returns a graph visualization."),
475 DESCRIPTION(
476 "Generates a graphical representation of the raw profile in SVG.",
477 "Using this endpoint requires that that jeprof and dot are installed",
478 "on the host machine.",
479 "",
480 "**NOTE:** Generating the returned file might take several minutes.",
481 "",
482 "Query parameters:",
483 "",
484 "> id=VALUE Optional parameter to request a specific",
485 "> version of the generated graph."),
486 AUTHENTICATION(true));
487}
488
489
490const string MemoryProfiler::STATISTICS_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