Skip to content

Commit 1badc5b

Browse files
authored
README: More prominent STW warning
Can't expect people to read the "How it Works" section.
1 parent bc943d3 commit 1badc5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Go's builtin sampling CPU profiler can only show On-CPU time, but it's better th
1010

1111
fgprof is designed for analyzing applications with mixed I/O and CPU workloads. This kind of profiling is also known as wall-clock profiling.
1212

13+
⚠️ fgprof can cause significant STW latencies in applications with a lot of goroutines (> 1-10k). Be careful with it in production.
14+
1315
## Quick Start
1416

1517
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

Comments
 (0)