runtime.MemStats.NumGC (field)

4 uses

	runtime (current package)
		heapdump.go#L596: 	dumpint(uint64(m.NumGC))
		mstats.go#L328: 	NumGC uint32
		mstats.go#L461: 	stats.NumGC = memstats.numgc

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