Exit stops all running profiles, flushing their output to the respective file.
()
| 118 | // Exit stops all running profiles, flushing their output to the |
| 119 | // respective file. |
| 120 | func Exit() { |
| 121 | Handler.StopCPUProfile() |
| 122 | Handler.StopGoTrace() |
| 123 | } |
nothing calls this directly
no test coverage detected