runtime.metricFloat64Histogram.counts (field)
11 uses
runtime (current package)
metrics.go#L93: hist.counts[len(hist.counts)-1] = uint64(in.heapStats.largeAllocCount)
metrics.go#L97: hist.counts[i] = uint64(count)
metrics.go#L105: hist.counts[len(hist.counts)-1] = uint64(in.heapStats.largeFreeCount)
metrics.go#L109: hist.counts[i] = uint64(count)
metrics.go#L133: hist.counts[0] = atomic.Load64(&memstats.gcPauseDist.underflow)
metrics.go#L135: hist.counts[i+1] = atomic.Load64(&memstats.gcPauseDist.counts[i])
metrics.go#L454: if len(hist.counts) != len(hist.buckets)-1 {
metrics.go#L455: hist.counts = make([]uint64, len(buckets)-1)
metrics.go#L463: counts []uint64
![]() |
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. |