runtime.mstats.numforcedgc (field)
4 uses
runtime (current package)
metrics.go#L369: a.gcCyclesForced = uint64(memstats.numforcedgc)
mgc.go#L1732: memstats.numforcedgc++
mstats.go#L77: numforcedgc uint32 // number of user-forced GCs
mstats.go#L532: stats.NumForcedGC = memstats.numforcedgc
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)