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
/
flamegraph
Age
Commit message (
Expand
)
Author
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
Extract renderer-agnostic flamegraph layout
Paul Buetow
2026-03-03
Add WASM-ready flamegraph JSON export
Paul Buetow
2026-03-02
Launch live browser opener as invoking sudo user
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-02
Add HTTP timeouts for flamegraph web servers
Paul Buetow
2026-03-01
Thread runtime config instead of global flags reads
Paul Buetow
2026-03-01
Route non-fatal event-loop warnings to TUI
Paul Buetow
2026-03-01
flamegraph: share HTTP server lifecycle helper (task 316)
Paul Buetow
2026-02-27
flamegraph: default live update interval to 200ms
Paul Buetow
2026-02-27
flamegraph: add live field-order toggle and reconfigure API
Paul Buetow
2026-02-27
flags: change default flamegraph order to comm-first
Paul Buetow
2026-02-27
flamegraph: fill live viewport width and tighten reset hotkey
Paul Buetow
2026-02-27
flamegraph: scale live view to viewport height
Paul Buetow
2026-02-27
flamegraph: add live baseline reset hotkey
Paul Buetow
2026-02-27
internal: validate live CLI mode behavior
Paul Buetow
2026-02-27
flamegraph: test pause/keyboard live interactions
Paul Buetow
2026-02-27
flamegraph: preserve zoom/search state across updates
Paul Buetow
2026-02-27
flamegraph: add browser rendering parity QA test
Paul Buetow
2026-02-27
flamegraph: add SSE edge-case QA tests
Paul Buetow
2026-02-27
flamegraph: add opt-in live trie stress QA test
Paul Buetow
2026-02-27
flamegraph: add live interaction controls
Paul Buetow
2026-02-27
flamegraph: add live SVG renderer and SSE client
Paul Buetow
2026-02-27
flamegraph: add live HTTP server entrypoint
Paul Buetow
2026-02-27
flamegraph: port frame color and layout logic to live JS
Paul Buetow
2026-02-27
flamegraph: add SSE snapshot handler
Paul Buetow
2026-02-27
flamegraph: add live trie unit coverage
Paul Buetow
2026-02-27
flamegraph: add live trie snapshot JSON caching
Paul Buetow
2026-02-27
flamegraph: ingest event pairs into live trie
Paul Buetow
2026-02-27
flamegraph: add live flamegraph HTML shell
Paul Buetow
2026-02-27
flamegraph: add live trie scaffold
Paul Buetow
2026-02-27
flamegraph: export default svg config
Paul Buetow
2026-02-24
add docs
Paul Buetow
2026-02-24
Make flamegraph SVG width responsive
Paul Buetow
2026-02-24
stability: remove unlink attach sleep and tighten svg/tui helpers
Paul Buetow
2026-02-24
flamegraph: remove partial svg on native write failure
Paul Buetow
2026-02-24
flamegraph: stream gob encode to zstd writer
Paul Buetow
2026-02-24
flamegraph: batch writeFrame output in single write
Paul Buetow
2026-02-24
flamegraph: pool FNV hasher for frame colors
Paul Buetow
2026-02-24
flamegraph: stream gob decode in loadFromFile
Paul Buetow
2026-02-24
flamegraph: flatten iordata storage with composite key map
Paul Buetow
2026-02-24
flamegraph: replace worker busy-wait with blocking select
Paul Buetow
2026-02-24
flamegraph: reuse package-level svg escaper
Paul Buetow
2026-02-24
flamegraph: remove external tool path and document native generation
Paul Buetow
2026-02-24
flamegraph: improve interactive zoom and serve svg over embedded http
Paul Buetow
2026-02-24
flamegraph: add native svg pipeline and tests
Paul Buetow
2026-02-24
flamegraph: add native svg renderer and embedded js
Paul Buetow
2026-02-24
flamegraph: add trie aggregation and unit tests
Paul Buetow
[next]