Skip to content

Commit

Permalink
README: More prominent STW warning
Browse files Browse the repository at this point in the history
Can't expect people to read the "How it Works" section.
  • Loading branch information
felixge committed Jan 19, 2022
1 parent bc943d3 commit 1badc5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,8 @@ Go's builtin sampling CPU profiler can only show On-CPU time, but it's better th

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

鈿狅笍 fgprof can cause significant STW latencies in applications with a lot of goroutines (> 1-10k). Be careful with it in production.

## Quick Start

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).
Expand Down

0 comments on commit 1badc5b

Please sign in to comment.