runtime.MemStats.NumGC (field)

4 uses

	runtime (current package)
		heapdump.go#L597: 	dumpint(uint64(m.NumGC))
		mstats.go#L283: 	NumGC uint32
		mstats.go#L552: 	stats.NumGC = memstats.numgc

	runtime/pprof
		pprof.go#L717: 	fmt.Fprintf(w, "# NumGC = %d\n", s.NumGC)