diff --git a/doc/go1.8.html b/doc/go1.8.html index 4dc6b79bd6..d1ee69305b 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -252,14 +252,17 @@ It has moved to the “tools” repository and is now available at

Trace

-

TODO:

-
-cmd/trace: add option to output pprof files (CL 23324)
-cmd/trace: fix a runnable goroutine count bug (CL 25552)
-cmd/trace: move process-wide GC events to their own row (CL 30017)
-internal/trace: fix analysis of EvGoWaiting/EvGoInSyscall events (CL 25572)
-cmd/trace: annotate different mark worker types (CL 30702)
-
+

+ The trace tool has a new -pprof flag for + producing pprof-compatible blocking and latency profiles from an + execution trace. +

+ +

+ Garbage collection events are now shown more clearly in the + execution trace viewer. Garbage collection activity is shown on its + own row and GC helper goroutines are annotated with their roles. +

Vet