Skip to content

Commit 2025921

Browse files
savannahostrowskipablogsal
authored andcommitted
Fix flame graph
1 parent 42c762a commit 2025921

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

peps/pep-0830.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,10 @@ processes. The Linux kernel has no DWARF unwinder and, per Linus Torvalds,
201201
will not gain one [#torvalds_fp]_; the kernel developed its own ORC format for
202202
internal use instead.
203203

204-
The impact extends beyond CPU profiling. Off-CPU flamegraphs (used to
204+
The impact extends beyond CPU profiling. Off-CPU flame graphs (used to
205205
diagnose latency caused by I/O waits, lock contention, and scheduling delays)
206206
rely on the same ``bpf_get_stackid()`` helper to capture the stack at the point
207-
where a thread blocks. As Brendan Gregg notes, off-CPU flamegraphs "can be
207+
where a thread blocks. As Brendan Gregg notes, off-CPU flame graphs "can be
208208
dominated by libc read/write and mutex functions, so without frame pointers end
209209
up mostly broken" [#gregg2024]_. For Python services where latency matters
210210
more than raw CPU throughput, off-CPU profiling is often the most valuable

0 commit comments

Comments
 (0)