SetBlockProfileRate enables/disables block profiling.
(rate int)
| 351 | LookupProfile(name string, w io.Writer) error |
| 352 | // SetBlockProfileRate enables/disables block profiling. |
| 353 | SetBlockProfileRate(rate int) |
| 354 | // SetMutexProfileFraction enables/disables mutex profiling. |
| 355 | // Returns the previous fraction. |
| 356 | SetMutexProfileFraction(rate int) int |
no outgoing calls
no test coverage detected