func runtime.SetMutexProfileFraction

5 uses

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

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

	cloud.google.com/go/profiler
		mutex.go#L21: 	runtime.SetMutexProfileFraction(100)

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