From: Dmitry Vyukov Date: Tue, 4 Aug 2015 07:11:06 +0000 (+0200) Subject: doc/go1.5.html: update references to runtime/trace package X-Git-Tag: go1.5rc1~24 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=de641ef0c46d53c36949fdcd773d5b4f27174a57;p=gostls13.git doc/go1.5.html: update references to runtime/trace package Tracing functionality was moved from runtime/pprof to runtime/trace. Change-Id: I694e0f209d043c7ffecb113f1825175bf963dde3 Reviewed-on: https://go-review.googlesource.com/13074 Reviewed-by: Rob Pike --- diff --git a/doc/go1.5.html b/doc/go1.5.html index 3197fd8e90..e449b47802 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -1222,14 +1222,14 @@ adds new Ignore and
  • The runtime, -runtime/pprof, +runtime/trace, and net/http/pprof packages each have new functions to support the tracing facilities described above: ReadTrace, StartTrace, StopTrace, -StartTrace, -StopTrace, and +Start, +Stop, and Trace. See the respective documentation for details.