mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-03 10:14:44 +08:00
docs: update flame graph image links in README files for wall clock profiling tutorial
This commit is contained in:
@@ -18,7 +18,7 @@ The tools in this tutorial solve both problems by running two eBPF programs simu
|
||||
|
||||
Here's an example flame graph showing combined on-CPU and off-CPU profiling results:
|
||||
|
||||

|
||||

|
||||
|
||||
In this visualization, you can clearly see the distinction between CPU-intensive work (shown in red/warm colors marked with `_[c]`) and blocking operations (shown in blue/cool colors marked with `_[o]`). The relative widths immediately reveal where your application spends its wall clock time.
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Off-CPU 分析器则反其道而行之。它们跟踪线程何时休眠和唤醒
|
||||
|
||||
下面是一个结合 on-CPU 和 off-CPU 分析结果的示例火焰图:
|
||||
|
||||

|
||||

|
||||
|
||||
在这个可视化中,你可以清楚地看到 CPU 密集型工作(以红色/暖色显示,标记为 `_[c]`)和阻塞操作(以蓝色/冷色显示,标记为 `_[o]`)之间的区别。相对宽度立即揭示了应用程序在哪里花费了挂钟时间。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user