LookupProfile writes the named snapshot profile to w.
(name string, w io.Writer)
| 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. |
| 353 | SetBlockProfileRate(rate int) |
| 354 | // SetMutexProfileFraction enables/disables mutex profiling. |