Skip to content

Commit 1e49021

Browse files
committed
doc/go1.12: mention heap sampling change
This is about a minor change but worthy of note because this may affect the profile results users will see. Change-Id: Ie2c4358b248f868662dbc71db587576481aa7238 Reviewed-on: https://go-review.googlesource.com/c/158577 Reviewed-by: Raul Silvera <[email protected]> Reviewed-by: Austin Clements <[email protected]>
1 parent bcd3a58 commit 1e49021

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/go1.12.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,11 @@ <h2 id="runtime">Runtime</h2>
329329
yet supported on Windows.
330330
</p>
331331

332+
<p><!-- CL 158337 -->
333+
Go 1.12 improves the accuracy of memory profiles by fixing
334+
overcounting of large heap allocations.
335+
</p>
336+
332337
<h2 id="library">Core library</h2>
333338

334339
<h3 id="tls_1_3">TLS 1.3</h3>

0 commit comments

Comments
 (0)