summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-03 13:00:38 +0200
committerPaul Buetow <paul@buetow.org>2026-03-03 13:00:38 +0200
commitf92382c20193a5366d15c7347dcc8ed2743f3b85 (patch)
tree11789e0336233501c778c521075f20c8d2c3558d /README.md
parent92e87642f2936f0da63d32113f75633b38be24f6 (diff)
Add WASM-ready flamegraph JSON export
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 386f874..af824ae 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,14 @@ This generates an SVG and starts an embedded web server. The terminal prints a U
Flamegraph available at http://HOSTNAME:PORT/abs/path/to.svg
```
+For experimental WebAssembly frontends, you can also emit a flamegraph JSON tree:
+
+```sh
+./ior -ior=trace.ior.zst -flamegraphJson
+```
+
+This writes `<trace>.<fields>-by-<count>.json` next to the SVG.
+
## Live Flamegraph Mode
Run live mode (requires root privileges):