From 5f5aeca144c97eea6f0a8433ea43ea4c5d8bd56b Mon Sep 17 00:00:00 2001 From: Nick Ripley Date: Fri, 14 Jan 2022 14:39:23 -0500 Subject: [PATCH] guide: Add link to mutex profiler section --- guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/README.md b/guide/README.md index f4a05cf..162acd8 100644 --- a/guide/README.md +++ b/guide/README.md @@ -3,7 +3,7 @@ - **[Introduction](#introduction):** [Read This](#read-this) · [Mental Model for Go](#mental-model-for-go) · Profiling vs Tracing - **Use Cases:** Reduce Costs · Reduce Latency · Memory Leaks · Program Hanging · Outages -- **[Go Profilers](#go-profilers)**: [CPU](#cpu-profiler) · [Memory](#memory-profiler) · [Block](#block-profiler) · Mutex · Goroutine · [ThreadCreate](#threadcreate-profiler) +- **[Go Profilers](#go-profilers)**: [CPU](#cpu-profiler) · [Memory](#memory-profiler) · [Block](#block-profiler) · [Mutex](#mutex-profiler) · Goroutine · [ThreadCreate](#threadcreate-profiler) - **Viewing Profiles**: Command Line · Flame Graph · Graph - **Go Execution Tracer:** Timeline View · Derive Profiles - **Go Metrics:** MemStats