From 9c1bb99eebc29873fa8b843abcf4466c8d24ee29 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 21 Jul 2021 20:45:45 -0700 Subject: [PATCH] fix: spelling Co-authored-by: Adin Schmahmann --- docs/debug-guide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/debug-guide.md b/docs/debug-guide.md index 5090ffecf..07439c37c 100644 --- a/docs/debug-guide.md +++ b/docs/debug-guide.md @@ -79,7 +79,7 @@ that goroutine in the middle of a short wait for something. If the wait time is over a few minutes, that either means that goroutine doesn't do much, or something is pretty wrong. -If you're seeing a lot of goroutines, conside rusing +If you're seeing a lot of goroutines, consider using [stackparse](https://github.com/whyrusleeping/stackparse) to filter, sort, and summarize them. ### Analyzing the CPU Profile @@ -100,4 +100,3 @@ The output is JSON formatted and includes badger store statistics, the command l If you have any questions, or want us to analyze some weird go-ipfs behaviour, just let us know, and be sure to include all the profiling information mentioned at the top. -