func runtime.SetMutexProfileFraction
4 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)
testing
testing.go#L1560: runtime.SetMutexProfileFraction(*mutexProfileFraction)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)