From 77671b88de69b0e87e22201ac04931e72d03993e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Mon, 18 Oct 2021 11:45:03 +0200 Subject: [PATCH] Add footnote --- guide/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/README.md b/guide/README.md index 164c252..0e51aa5 100644 --- a/guide/README.md +++ b/guide/README.md @@ -142,6 +142,7 @@ Here is an overview of the profilers built into the Go runtime. For more details 1. One O(N) stop-the-world pauses where N is the number of goroutines. Expect ~1-10µsec pause per goroutine. 2. Totally broken, don't try to use it. +3. Depends on the API.