mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-21 00:46:51 +08:00
Add footnote
This commit is contained in:
parent
e0481d3847
commit
77671b88de
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
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.
|
2. Totally broken, don't try to use it.
|
||||||
|
3. Depends on the API.
|
||||||
|
|
||||||
<!-- TODO mega snippet to enable all profilers -->
|
<!-- TODO mega snippet to enable all profilers -->
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue