]> Cypherpunks repositories - gostls13.git/commit
runtime: when gcpacertrace > 0, print information about assist ratio
authorAustin Clements <austin@google.com>
Mon, 3 Aug 2015 21:45:44 +0000 (17:45 -0400)
committerAustin Clements <austin@google.com>
Tue, 4 Aug 2015 18:54:46 +0000 (18:54 +0000)
commitf9dc3382ad8b3ec330b41297053e14dd199d3b5f
treecdbdc33f3219fbc86eb94e1c4b07034b8b9bab21
parentfc9ca85f4c4d38ee60b92f79544274c6019e8c5b
runtime: when gcpacertrace > 0, print information about assist ratio

This was useful in debugging the mutator assist behavior for #11911,
and it fits with the other gcpacertrace output.

Change-Id: I1e25590bb4098223a160de796578bd11086309c7
Reviewed-on: https://go-review.googlesource.com/13046
Reviewed-by: Rick Hudson <rlh@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/mgc.go