func runtime.SetMutexProfileFraction
4 uses
runtime (current package)
mprof.go#L450: func SetMutexProfileFraction(rate int) int {
runtime/pprof
pprof.go#L889: fmt.Fprintf(w, "sampling period=%d\n", runtime.SetMutexProfileFraction(-1))
pprof.go#L910: period := runtime.SetMutexProfileFraction(-1)
testing
testing.go#L1889: runtime.SetMutexProfileFraction(*mutexProfileFraction)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)