Commit db9fb7b9 authored by Dmitriy Vyukov's avatar Dmitriy Vyukov

cmd/go: fix comment

R=r
CC=golang-codereviews
https://golang.org/cl/61650044
parent 373e1e94
...@@ -168,7 +168,7 @@ control the execution of any test: ...@@ -168,7 +168,7 @@ control the execution of any test:
Enable more precise (and expensive) memory profiles by setting Enable more precise (and expensive) memory profiles by setting
runtime.MemProfileRate. See 'godoc runtime MemProfileRate'. runtime.MemProfileRate. See 'godoc runtime MemProfileRate'.
To profile all memory allocations, use -test.memprofilerate=1 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 -outputdir directory
Place output files from profiling in the specified directory, Place output files from profiling in the specified directory,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment