runtime.mstats.last_gc_nanotime (field)
3 uses
runtime (current package)
mgc.go#L1277: lastgc := int64(atomic.Load64(&memstats.last_gc_nanotime))
mgc.go#L1709: atomic.Store64(&memstats.last_gc_nanotime, uint64(now)) // monotonic time for us
mstats.go#L94: last_gc_nanotime uint64 // last gc (monotonic time)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)