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
/
tui
/
dashboard
/
model.go
Age
Commit message (
Expand
)
Author
2026-05-23
9c move Non-IO grouping policy from core stats/types into dashboard
Paul Buetow
2026-05-18
t6 add syscall family dashboard aggregation
Paul Buetow
2026-05-14
use configurable fastRefreshEvery for InitCmd on flame and stream tabs
Paul Buetow
2026-05-14
wire TUIFastRefreshInterval into dashboard model and update tests
Paul Buetow
2026-05-13
keep View() pure by moving state transitions into Update() handlers
Paul Buetow
2026-05-13
use errgroup instead of WaitGroup for concurrent snapshot builders
Paul Buetow
2026-05-13
perf: replace string += concatenation with strings.Builder in TUI render hot ...
Paul Buetow
2026-05-13
enforce gofmt formatting and add Fmt/FmtCheck mage targets
Paul Buetow
2026-05-13
split globalfilter presentation and parsing into sub-packages
Paul Buetow
2026-05-12
extract dashboard tab framework into Tab registry for OCP compliance
Paul Buetow
2026-05-12
refactor renderActiveContent to stay under 50-line limit
Paul Buetow
2026-05-11
speed up flame graph TUI under heavy event load
Paul Buetow
2026-05-09
show auto-reset countdown and document the cycle
Paul Buetow
2026-05-09
refine auto-reset timer cycle and pause on blur
Paul Buetow
2026-05-09
add auto-reset timer for dashboard aggregates
Paul Buetow
2026-05-08
add duration metric, tolerate missing tracepoints, ship el8 build
Paul Buetow
2026-03-13
feat: add tui parquet recording controls
Paul Buetow
2026-03-10
dashboard: centralize nil snapshot fallback (task 385)
Paul Buetow
2026-03-10
dashboard: unify viewport chrome calculation (task 388)
Paul Buetow
2026-03-10
dashboard: unify offset reanchoring helper (task 394)
Paul Buetow
2026-03-09
tui: add reverse sorting for dashboard tables (task 364)
Paul Buetow
2026-03-09
tui: export filtered stream rows from global CSV action (task 364)
Paul Buetow
2026-03-09
tui: add sortable processes dashboard table (task 365)
Paul Buetow
2026-03-09
tui: add sortable files dashboard table modes (task 364)
Paul Buetow
2026-03-09
tui: add sortable syscalls dashboard table (task 363)
Paul Buetow
2026-03-09
tui: harden paused flame rendering
Paul Buetow
2026-03-08
tui: unify table navigation and rendering
Paul Buetow
2026-03-08
tui: add process-tab enter filter push
Paul Buetow
2026-03-08
tui: restore global filter stack and anchored matches
Paul Buetow
2026-03-08
task 375: show active global filter in dashboard help
Paul Buetow
2026-03-08
task 374: remove stream-local filter stack
Paul Buetow
2026-03-08
task 372: restart tracing when filters change
Paul Buetow
2026-03-08
dashboard: clamp icicle selection by rendered tile count
Paul Buetow
2026-03-08
dashboard: split update and key routing responsibilities
Paul Buetow
2026-03-08
dashboard: wire files icicle mode and root path labels
Paul Buetow
2026-03-06
fix(tui): restore bubble modes and stabilize flame zoom lineage
Paul Buetow
2026-03-06
feat(tui): add flamegraph click lineage undo and scope quit key
Paul Buetow
2026-03-06
feat(tui): use treemap as second viz for files and processes
Paul Buetow
2026-03-06
feat(tui): add files icicle visualization mode (task 383)
Paul Buetow
2026-03-06
feat(tui): add syscalls treemap visualization mode (task 383)
Paul Buetow
2026-03-06
refactor(tui): add dashboard viz mode registry (task 382)
Paul Buetow
2026-03-06
feat(tui): add dashboard bubble viz and expand help shortcuts
Paul Buetow
2026-03-06
refactor: use interfaces for TUI runtime binding sources (task 382)
Paul Buetow
2026-03-06
flamegraph: use full viewport with capped bar height and preserve footer/status
Paul Buetow
2026-03-06
Add live flamegraph test modes and dynamic synthetic live feed
Paul Buetow
2026-03-06
Fix flamegraph navigation, filtering, and system-share feedback
Paul Buetow
2026-03-06
Start flame ticks on dashboard entry and use purple selection
Paul Buetow
2026-03-05
Normalize Go import grouping with local ior section
Paul Buetow
2026-03-05
Make flame tab default and fix flame hotkey routing
Paul Buetow
2026-03-05
task 363: animate flamegraph data refresh transitions
Paul Buetow
[next]