We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9a018 commit 311ec41Copy full SHA for 311ec41
doc/go1.11.html
@@ -661,8 +661,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
661
This release adds a new "allocs" profile type that profiles
662
total number of bytes allocated since the program began
663
(including garbage-collected bytes). This is identical to the
664
- existing "heap" profile viewed in <code>-alloc_space</code>
665
- mode.
+ existing "heap" profile viewed in <code>-alloc_space</code> mode.
+ Now <code>go test -memprofile=...</code> reports an "allocs" profile
666
+ instead of "heap" profile.
667
</p>
668
669
</dl><!-- runtime/pprof -->
0 commit comments