summaryrefslogtreecommitdiff
path: root/internal/statsengine
AgeCommit message (Expand)Author
2026-03-08tests: remove sleep-based waits in tui and runtime testsPaul Buetow
2026-03-05Normalize Go import grouping with local ior sectionPaul Buetow
2026-03-05Add package-level docs across internal packagesPaul Buetow
2026-02-25Fix stream paused scrolling and apply pending TUI/probe updatesPaul Buetow
2026-02-25Parallelize snapshot builders in stats enginePaul Buetow
2026-02-24statsengine: deduplicate topN helpers with genericsPaul Buetow
2026-02-24statsengine: add top-n snapshot helpers for overviewPaul Buetow
2026-02-24statsengine: compact process accumulator at high cardinalityPaul 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-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