]> Cypherpunks repositories - gostls13.git/commit
runtime: add PauseEnd array to MemStats and GCStats
authorJens Frederich <jfrederich@gmail.com>
Tue, 28 Oct 2014 16:35:25 +0000 (12:35 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 28 Oct 2014 16:35:25 +0000 (12:35 -0400)
commit46af78915a19bb6be96c2c6bc7f6d346562c3b37
tree96dcea2901383fa3710225ab2ebe92db9b5c9254
parent96e9e81b5f353636965fa6ba5e014c2bab13fadc
runtime: add PauseEnd array to MemStats and GCStats

Fixes #8787.

LGTM=rsc
R=rsc, dvyukov
CC=golang-codereviews
https://golang.org/cl/153670043
src/runtime/debug/garbage.go
src/runtime/debug/garbage_test.go
src/runtime/malloc.h
src/runtime/mem.go
src/runtime/mgc0.c