var runtime.blockprofilerate
8 uses
runtime (current package)
chan.go#L196: if blockprofilerate > 0 {
chan.go#L504: if blockprofilerate > 0 {
mprof.go#L372: var blockprofilerate uint64 // in CPU ticks
mprof.go#L394: atomic.Store64(&blockprofilerate, uint64(r))
mprof.go#L407: rate := int64(atomic.Load64(&blockprofilerate))
select.go#L153: if blockprofilerate > 0 {
sema.go#L121: if profile&semaBlockProfile != 0 && blockprofilerate > 0 {
sema.go#L503: if blockprofilerate > 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. |