Commit e56e4e01 authored by Dmitriy Vyukov's avatar Dmitriy Vyukov

cmd/go: better advice for heap profiling

R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/60760048
parent 0229dc6d
...@@ -168,9 +168,7 @@ control the execution of any test: ...@@ -168,9 +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 set the environment variable GOGC=off to disable the and pass --alloc_space flag to pprof tool.
garbage collector, provided the test can run in the available
memory without garbage collection.
-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