You've already forked go-profiler-notes
mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2025-07-15 23:54:16 +02:00
guide: add mutex link, bump safe rate
This commit is contained in:
@ -133,10 +133,10 @@ As with the previous mental model in this guide, everything above is an extremel
|
||||
|
||||
Here is an overview of the profilers built into the Go runtime. For more details following the links.
|
||||
|
||||
| | [CPU](#cpu-profiler) | [Memory](#memory-profiler) | [Block](#block-profiler) | Mutex | Goroutine | [ThreadCreate](#threadcreate-profiler) |
|
||||
| | [CPU](#cpu-profiler) | [Memory](#memory-profiler) | [Block](#block-profiler) | [Mutex](#mutex-profiler) | Goroutine | [ThreadCreate](#threadcreate-profiler) |
|
||||
|-|-|-|-|-|-|-|
|
||||
|Production Safety|✅|✅|✅|✅|⚠️ (1.)|🐞 (2.)|
|
||||
|Safe Rate|default|default|`10000`|`10`|`1000` goroutines|-|
|
||||
|Safe Rate|default|default|`10000`|`100`|`1000` goroutines|-|
|
||||
|Accuracy|⭐️⭐|⭐⭐⭐|⭐⭐⭐|⭐⭐⭐|⭐⭐⭐|-|
|
||||
|Max Stack Depth|`64`|`32`|`32`|`32`|`32` - `100` (3.)|-|
|
||||
|Profiler Labels|✅|❌|❌|❌|✅|-|
|
||||
|
Reference in New Issue
Block a user