1
0
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:
Dmitriy Vyukov 2014-02-10 21:48:43 +04:00
parent 373e1e94d8
commit db9fb7b9ab

View File

@ -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,