SetMutexProfileFraction enables/disables mutex profiling. Returns the previous fraction.
(rate int)
| 354 | // SetMutexProfileFraction enables/disables mutex profiling. |
| 355 | // Returns the previous fraction. |
| 356 | SetMutexProfileFraction(rate int) int |
| 357 | } |
| 358 | |
| 359 | // defaultProfileCollector delegates to the real runtime/pprof and |
no outgoing calls
no test coverage detected