| 37 | #endif |
| 38 | |
| 39 | const std::string Profiler::START_HELP() |
| 40 | { |
| 41 | return HELP( |
| 42 | TLDR( |
| 43 | "Start profiling."), |
| 44 | DESCRIPTION( |
| 45 | "Start to use google perftools do profiling."), |
| 46 | AUTHENTICATION(true)); |
| 47 | } |
| 48 | |
| 49 | |
| 50 | const std::string Profiler::STOP_HELP() |
nothing calls this directly
no test coverage detected