update info gc

This commit is contained in:
siddontang 2014-10-30 11:21:09 +08:00
parent b9b60f19ad
commit d0bd0c17db
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@ const (
) )
func (i *info) dumpGC(buf *bytes.Buffer) { func (i *info) dumpGC(buf *bytes.Buffer) {
buf.WriteString("# GC\r\n")
count := 5 count := 5
var st debug.GCStats var st debug.GCStats