]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.11: update runtime/trace to use region instead of span
authorHana (Hyang-Ah) Kim <hyangah@gmail.com>
Wed, 18 Jul 2018 20:26:13 +0000 (16:26 -0400)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Wed, 18 Jul 2018 20:33:00 +0000 (20:33 +0000)
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>
doc/go1.11.html

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