runtime.MemStats.NumGC (field)

4 uses

	runtime (current package)
		heapdump.go#L594: 	dumpint(uint64(m.NumGC))
		mstats.go#L394: 	NumGC uint32
		mstats.go#L531: 	stats.NumGC = memstats.numgc

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