func runtime.SetMutexProfileFraction

3 uses

	runtime (current package)
		mprof.go#L892: func SetMutexProfileFraction(rate int) int {

	runtime/pprof
		pprof.go#L954: 		fmt.Fprintf(w, "sampling period=%d\n", runtime.SetMutexProfileFraction(-1))

	testing
		testing.go#L2329: 		runtime.SetMutexProfileFraction(*mutexProfileFraction)