From f5d6c0da920867484fe06a3c1dc40b1c429434df Mon Sep 17 00:00:00 2001 From: Ralph Caraveo III Date: Thu, 20 Sep 2018 21:19:14 -0700 Subject: [PATCH] Add a note that CPU profiling is now fixed in darwin El Capitan and a special kernel patch is no longer necessary. --- Performance.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Performance.md b/Performance.md index 0e97c548..125d011e 100644 --- a/Performance.md +++ b/Performance.md @@ -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 optimization suggestions. -Note: CPU profiler currently [does not work on -darwin](https://code.google.com/p/go/issues/detail?id=6047). +Note: For darwin CPU profiler currently only works on El Capitan or newer](https://code.google.com/p/go/issues/detail?id=6047). Note: On windows you need to install Cygwin, Perl and Graphviz to generate svg/web profiles.