mirror of
https://github.com/golang/go
synced 2024-11-12 07:40:23 -07:00
cmd/go: fix comment
R=r CC=golang-codereviews https://golang.org/cl/61650044
This commit is contained in:
parent
373e1e94d8
commit
db9fb7b9ab
@ -168,7 +168,7 @@ control the execution of any test:
|
||||
Enable more precise (and expensive) memory profiles by setting
|
||||
runtime.MemProfileRate. See 'godoc runtime MemProfileRate'.
|
||||
To profile all memory allocations, use -test.memprofilerate=1
|
||||
and pass --alloc_space flag to pprof tool.
|
||||
and pass --alloc_space flag to the pprof tool.
|
||||
|
||||
-outputdir directory
|
||||
Place output files from profiling in the specified directory,
|
||||
|
Loading…
Reference in New Issue
Block a user