]> Cypherpunks repositories - gostls13.git/commit
runtime: add garbage collector statistics
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Mon, 4 Mar 2013 15:54:37 +0000 (16:54 +0100)
committerJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Mon, 4 Mar 2013 15:54:37 +0000 (16:54 +0100)
commitcea46387b9c042ea19d0b30c7accf0f9a45d8e11
treecdecaa2cc251aa00d63d9bb3ad28cfab565bcfb7
parenta85fce282e779cb8e342b5efafcd2e11eea3f9ce
runtime: add garbage collector statistics

If the constant CollectStats is non-zero and GOGCTRACE=1
the garbage collector will print basic statistics about executed
GC instructions.

R=golang-dev, dvyukov
CC=golang-dev, rsc
https://golang.org/cl/7413049
src/pkg/runtime/mgc0.c