summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-24flags: make TUI export toggle atomicPaul Buetow
2026-02-24flamegraph: remove external tool path and document native generationPaul Buetow
2026-02-24flamegraph: improve interactive zoom and serve svg over embedded httpPaul Buetow
2026-02-24flamegraph: add native svg pipeline and testsPaul Buetow
2026-02-24flamegraph: add native svg renderer and embedded jsPaul Buetow
2026-02-24flamegraph: add trie aggregation and unit testsPaul Buetow
2026-02-24docs: refresh AGENTS with current TUI/export and test workflowPaul Buetow
2026-02-24tui: add toggle to disable snapshot export file writesPaul Buetow
2026-02-24tui: improve dashboard tab navigation and live updatesPaul Buetow
2026-02-24integrationtests: reduce parallel flakiness in syscall capturePaul Buetow
2026-02-24statsengine: add top-n snapshot helpers for overviewPaul Buetow
2026-02-24statsengine: compact process accumulator at high cardinalityPaul Buetow
2026-02-24tui: drop redundant syscall table sortPaul Buetow
2026-02-24statsengine: cache syscall percentiles between snapshotsPaul Buetow
2026-02-24statsengine: build snapshots outside engine mutexPaul Buetow
2026-02-24statsengine: stop cloning snapshot accessors on readsPaul Buetow
2026-02-24tui: address review feedback for dashboard and exportPaul Buetow
2026-02-24chore: ignore .serena workspace artifactsPaul Buetow
2026-02-24tui: wire full dashboard tabs and improve overview summariesPaul Buetow
2026-02-24refactor: remove deprecated internal stats packagePaul Buetow
2026-02-24tui: add help overlay behavior and docs updatePaul Buetow
2026-02-24tui: add export modal with csv snapshot exportPaul Buetow
2026-02-24tui/dashboard: implement files tab with scrollingPaul Buetow
2026-02-24tui/dashboard: add latency and gap histogram tabsPaul Buetow
2026-02-24tui: add dashboard processes table tabPaul Buetow
2026-02-24tui: wire eventloop stats engine into dashboard snapshotsPaul Buetow
2026-02-24tui: add dashboard syscalls table tabPaul Buetow
2026-02-24tui: add dashboard overview tab rendererPaul Buetow
2026-02-24tui: add dashboard sparkline rendererPaul Buetow
2026-02-24tui: add dashboard tab framework modelPaul Buetow
2026-02-24ior: route default mode through tui and add plain flagPaul Buetow
2026-02-23tui: add top-level model and run entrypointPaul Buetow
2026-02-23tui: add pid picker model and /proc scannerPaul Buetow
2026-02-23tui: add shared bubbletea message types (task 302)Paul Buetow
2026-02-23task 302: add shared tui styles and key bindingsPaul Buetow
2026-02-23task 302: add stats engine orchestration and snapshotsPaul Buetow
2026-02-23task 303: add per-process accumulator with pid-reuse guardPaul Buetow
2026-02-23task 303: add fixed-bucket log-scale histogramPaul Buetow
2026-02-23task 305: add top-N file ranker with bounded cardinalityPaul Buetow
2026-02-23task 305: add per-syscall accumulator with reservoir percentilesPaul Buetow
2026-02-23task 305: add ring time series with wrap-around and gap testsPaul Buetow
2026-02-23task 304: harden snapshot immutability after sub-agent reviewPaul Buetow
2026-02-23task 304: add immutable statsengine snapshot typesPaul Buetow
2026-02-23Use NumCPU*2 as default integration test parallelismPaul Buetow
2026-02-23Harden integration workloads against dropped event flakesPaul Buetow
2026-02-23Run integration tests in parallel by default and stabilize flaky scenariosPaul Buetow
2026-02-23docs: record decision on idle pseudo-event bucketPaul Buetow
2026-02-23tests: cover durationToPrev gap semanticsPaul Buetow
2026-02-23docs: define durationToPrev timing semanticsPaul Buetow
2026-02-23integrationtests: add opt-in parallel execution modePaul Buetow