From 5373526439ef4f7554da365bff7817e8c621a9b4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 12 Mar 2025 23:24:57 +0200 Subject: better --- README.md | 5 ++--- 1 file 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 - + -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: @@ -42,4 +42,3 @@ make sudo cp -v ./libelf/libelf.a /usr/lib64/ ``` - -- cgit v1.2.3