runtime.mstats.gcPauseDist (field)
8 uses
runtime (current package)
metrics.go#L133: hist.counts[0] = atomic.Load64(&memstats.gcPauseDist.underflow)
metrics.go#L134: for i := range memstats.gcPauseDist.counts {
metrics.go#L135: hist.counts[i+1] = atomic.Load64(&memstats.gcPauseDist.counts[i])
mgc.go#L1446: memstats.gcPauseDist.record(now - work.pauseStart)
mgc.go#L1594: memstats.gcPauseDist.record(now - work.pauseStart)
mgc.go#L1707: memstats.gcPauseDist.record(now - work.pauseStart)
mstats.go#L167: gcPauseDist timeHistogram
mstats.go#L454: if offset := unsafe.Offsetof(memstats.gcPauseDist); offset%8 != 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. |