We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc943d3 commit 1badc5bCopy full SHA for 1badc5b
README.md
@@ -10,6 +10,8 @@ Go's builtin sampling CPU profiler can only show On-CPU time, but it's better th
10
11
fgprof is designed for analyzing applications with mixed I/O and CPU workloads. This kind of profiling is also known as wall-clock profiling.
12
13
+⚠️ fgprof can cause significant STW latencies in applications with a lot of goroutines (> 1-10k). Be careful with it in production.
14
+
15
## Quick Start
16
17
If this is the first time you hear about fgprof, you should start by reading about [The Problem](#the-problem) & [How it Works](#how-it-works).
0 commit comments