Add a note that CPU profiling is now fixed in darwin El Capitan and a special kernel patch is no longer necessary.

Ralph Caraveo III 2018-09-20 21:19:14 -07:00
parent 21fc7f113d
commit f5d6c0da92

@ -121,8 +121,7 @@ transient objects or heap size is very small so garbage collections happen too
frequently. See Garbage Collector Tracer and Memory Profiler sections for frequently. See Garbage Collector Tracer and Memory Profiler sections for
optimization suggestions. optimization suggestions.
Note: CPU profiler currently [does not work on Note: For darwin CPU profiler currently only works on El Capitan or newer](https://code.google.com/p/go/issues/detail?id=6047).
darwin](https://code.google.com/p/go/issues/detail?id=6047).
Note: On windows you need to install Cygwin, Perl and Graphviz to generate Note: On windows you need to install Cygwin, Perl and Graphviz to generate
svg/web profiles. svg/web profiles.