mirror of
https://github.com/golang/go
synced 2024-11-17 05:54:46 -07:00
runtime: update description of GODEBUG=gctrace=1
For #44167. Change-Id: I2dcd13cbe74e88de00e9fc51f9bd86e604a167df Reviewed-on: https://go-review.googlesource.com/c/go/+/399300 Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com> Run-TryBot: Emmanuel Odeke <emmanuel@orijtech.com> Auto-Submit: Emmanuel Odeke <emmanuel@orijtech.com> TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
parent
8cd6aacf81
commit
a10f158d6f
@ -70,6 +70,8 @@ It is a comma-separated list of name=val pairs setting these named variables:
|
||||
#+...+# wall-clock/CPU times for the phases of the GC
|
||||
#->#-># MB heap size at GC start, at GC end, and live heap
|
||||
# MB goal goal heap size
|
||||
# MB stacks estimated scannable stack size
|
||||
# MB globals scannable global size
|
||||
# P number of processors used
|
||||
The phases are stop-the-world (STW) sweep termination, concurrent
|
||||
mark and scan, and STW mark termination. The CPU times
|
||||
|
Loading…
Reference in New Issue
Block a user