runtime.MemStats.NumGC (field)
4 uses
runtime (current package)
heapdump.go#L598: dumpint(uint64(m.NumGC))
mstats.go#L286: NumGC uint32
mstats.go#L554: stats.NumGC = memstats.numgc
runtime/pprof
pprof.go#L709: fmt.Fprintf(w, "# NumGC = %d\n", s.NumGC)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)