diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-03 13:00:38 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-03 13:00:38 +0200 |
| commit | f92382c20193a5366d15c7347dcc8ed2743f3b85 (patch) | |
| tree | 11789e0336233501c778c521075f20c8d2c3558d /README.md | |
| parent | 92e87642f2936f0da63d32113f75633b38be24f6 (diff) | |
Add WASM-ready flamegraph JSON export
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |
