| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-26 | wo: default runtime LiveTrie height field to disabled | Paul Buetow | |
| 2026-05-26 | flamegraph: add LiveTrie height metric ingestion (task qo) | Paul Buetow | |
| 2026-05-12 | add DefaultTopN constant to statsengine and replace hard-coded 64 capacity ↵ | Paul Buetow | |
| values Introduces statsengine.DefaultTopN = 64 as the canonical named constant for the top-N capacity used when constructing an Engine. Removes the local defaultEngineCapacity constant from runtime_builder.go and updates all call sites to reference statsengine.DefaultTopN instead of bare 64. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-12 | introduce RuntimeBuilder to separate construction from orchestration in ior.go | Paul Buetow | |
| RuntimeBuilder encapsulates allocation of per-trace-session components (statsengine.Engine, streamrow.RingBuffer, Sequencer, flamegraph.LiveTrie); buildTUIRuntime, buildTestFlamesRuntime, and buildTestLiveFlamesRuntime now delegate construction to RuntimeBuilder.Build() and focus only on wiring. wireRuntimeBindings is extracted to isolate the context-binding wiring step. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
