From 93bb1d0d4f08c6d4b6c090a508e03302d9b5d5b9 Mon Sep 17 00:00:00 2001 From: Ralph Caraveo III Date: Thu, 20 Sep 2018 21:20:15 -0700 Subject: [PATCH] Fix link for last comment made. --- Performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Performance.md b/Performance.md index 125d011e..45a9ac48 100644 --- a/Performance.md +++ b/Performance.md @@ -121,7 +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: For darwin CPU profiler currently only works on El Capitan or newer](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.