summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-14 20:45:15 +0200
committerPaul Buetow <paul@buetow.org>2025-03-14 20:45:15 +0200
commit8368f9986f9fac55a1f3869a4a99a7c077684c1c (patch)
treee5c0dbac1158741ea04b4164281f1ead2a1e8262 /README.md
parent57bad06f0fc9f63078e97ce5871a28a93029c473 (diff)
fix pprof
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c49b23b..6ba7db5 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
<img src=assets/ior-small.png />
-I/O Riot NG is an experiments with BPF. This program traces for synchronous I/O syscalls and then analyses the time taken for each of those syscalls. This is especially useful for drawing FlameGraphs (using https://github.com/brendangregg/FlameGraph) like these:
+I/O Riot NG is an experiments with BPF. This program traces for I/O syscalls and then analyses the time taken for each of those syscalls. This is especially useful for drawing FlameGraphs (using https://github.com/brendangregg/FlameGraph) like these:
<img src=assets/ior-by-count-flamegraph.svg />