1
0
mirror of https://github.com/golang/go synced 2024-11-23 04:30:03 -07:00

doc/go1.11: update runtime/trace to use region instead of span

The final API uses 'region' instead of 'span' from the proposal.

Change-Id: I305da891a360596fff89b10bc6de3090289b5396
Reviewed-on: https://go-review.googlesource.com/124815
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Hana (Hyang-Ah) Kim 2018-07-18 16:26:13 -04:00 committed by Hyang-Ah Hana Kim
parent 7ae4909458
commit 407eb30f9f

View File

@ -309,7 +309,7 @@ func f(v interface{}) {
in execution traces and create groups of related goroutines. in execution traces and create groups of related goroutines.
The <code>go</code>&nbsp;<code>tool</code>&nbsp;<code>trace</code> The <code>go</code>&nbsp;<code>tool</code>&nbsp;<code>trace</code>
command visualizes this information in the trace view and the new command visualizes this information in the trace view and the new
user task/span analysis page. user task/region analysis page.
</p> </p>
<h2 id="runtime">Runtime</h2> <h2 id="runtime">Runtime</h2>