runtime.MemStats.NumForcedGC (field)

3 uses

	runtime (current package)
		mstats.go#L332: 	NumForcedGC uint32
		mstats.go#L462: 	stats.NumForcedGC = memstats.numforcedgc

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