StartTrace begins execution tracing, writing to w. It returns a stop function that must be called to finish tracing.
(w io.Writer)
| 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) |
| 350 | // LookupProfile writes the named snapshot profile to w. |
| 351 | LookupProfile(name string, w io.Writer) error |
| 352 | // SetBlockProfileRate enables/disables block profiling. |