From: Hana (Hyang-Ah) Kim Date: Wed, 18 Jul 2018 20:26:13 +0000 (-0400) Subject: doc/go1.11: update runtime/trace to use region instead of span X-Git-Tag: go1.11beta2~39 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=407eb30f9f237fb8d8d352bec37f89409e6e5e1a;p=gostls13.git 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 --- diff --git a/doc/go1.11.html b/doc/go1.11.html index 41853ec3a6..20f8c3f8e5 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -309,7 +309,7 @@ func f(v interface{}) { in execution traces and create groups of related goroutines. The go tool trace command visualizes this information in the trace view and the new - user task/span analysis page. + user task/region analysis page.

Runtime