var testing.mutexProfileFraction
5 uses
testing (current package)
testing.go#L295: mutexProfileFraction = flag.Int("test.mutexprofilefraction", 1, "if >= 0, calls runtime.SetMutexProfileFraction()")
testing.go#L322: mutexProfileFraction *int
testing.go#L1559: if *mutexProfile != "" && *mutexProfileFraction >= 0 {
testing.go#L1560: runtime.SetMutexProfileFraction(*mutexProfileFraction)
testing.go#L1647: if *mutexProfile != "" && *mutexProfileFraction >= 0 {
 |
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. |