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)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |