index
:
ior
develop
main
I/O Riot NG is an experiment with BPF.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
flags
/
flags_test.go
Age
Commit message (
Expand
)
Author
2026-03-13
feat: add headless parquet recording mode
Paul Buetow
2026-03-12
fix: restore legacy flamegraph trace output mode
Paul Buetow
2026-03-06
refactor: rename flags.Flags to flags.Config (task 383)
Paul Buetow
2026-03-06
refactor: remove web flamegrapher and keep TUI-only
Paul Buetow
2026-03-06
flamegraph: make esc undo one zoom level and aggregate syscalls by default
Paul Buetow
2026-03-06
Add live flamegraph test modes and dynamic synthetic live feed
Paul Buetow
2026-03-05
Refactor flags state to constructor-backed snapshots
Paul Buetow
2026-03-04
Fix Go mistake findings and stabilize integration timing
Paul Buetow
2026-03-03
Add watch mode for dynamic flamegraph updates
Paul Buetow
2026-03-03
Add WASM-ready flamegraph JSON export
Paul Buetow
2026-03-02
Make --open a command template with no defaults
Paul Buetow
2026-03-02
Add --open support for live flamegraph browser launch
Paul Buetow
2026-03-01
flags: return parse errors instead of exiting (task 321)
Paul Buetow
2026-02-27
flamegraph: default live update interval to 200ms
Paul Buetow
2026-02-27
flags: change default flamegraph order to comm-first
Paul Buetow
2026-02-27
internal: validate live CLI mode behavior
Paul Buetow