StartCPUProfile begins CPU profiling, writing to w. It returns a stop function that must be called to finish profiling.
(w io.Writer)
| 344 | // StartCPUProfile begins CPU profiling, writing to w. It returns |
| 345 | // a stop function that must be called to finish profiling. |
| 346 | StartCPUProfile(w io.Writer) (stop func(), err error) |
| 347 | // StartTrace begins execution tracing, writing to w. It returns |
| 348 | // a stop function that must be called to finish tracing. |
| 349 | StartTrace(w io.Writer) (stop func(), err error) |
no outgoing calls
no test coverage detected