summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-12 23:24:57 +0200
committerPaul Buetow <paul@buetow.org>2025-03-12 23:24:57 +0200
commit5373526439ef4f7554da365bff7817e8c621a9b4 (patch)
tree4bce44f8c2c11e773c0a8734443d8cad970e0a15
parent4b537ee80a028bf0e002045ba0d1db85e1197df4 (diff)
better
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 66a05c9..c49b23b 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# I/O Riot NG
-<img src=assets/ior-small.png align=right />
+<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 like these:
+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:
<img src=assets/ior-by-count-flamegraph.svg />
@@ -42,4 +42,3 @@ make
sudo cp -v ./libelf/libelf.a /usr/lib64/
```
-