runtime.MemStats.DebugGC (field)

2 uses

	runtime (current package)
		mstats.go#L354: 	DebugGC bool

	runtime/pprof
		pprof.go#L647: 	fmt.Fprintf(w, "# DebugGC = %v\n", s.DebugGC)