| 505 | |
| 506 | |
| 507 | const 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 | |
| 522 | void MemoryProfiler::initialize() |
nothing calls this directly
no test coverage detected