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