Skip to content

Commit

Permalink
cmd/go: fix comment
Browse files Browse the repository at this point in the history
R=r
CC=golang-codereviews
https://golang.org/cl/61650044
  • Loading branch information
dvyukov committed Feb 10, 2014
1 parent 373e1e9 commit db9fb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/go/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit db9fb7b

Please sign in to comment.