| 48 | |
| 49 | |
| 50 | const std::string Profiler::STOP_HELP() |
| 51 | { |
| 52 | return HELP( |
| 53 | TLDR( |
| 54 | "Stops profiling."), |
| 55 | DESCRIPTION( |
| 56 | "Stop to use google perftools do profiling."), |
| 57 | AUTHENTICATION(true)); |
| 58 | } |
| 59 | |
| 60 | |
| 61 | Future<http::Response> Profiler::start( |
nothing calls this directly
no test coverage detected