Skip to content

MemoryMap follow-up: per-slot memory history sparkline #373

@thinmintdev

Description

@thinmintdev

PR #370 ships the static-snapshot MemoryMap. Spec explicitly deferred per-slot memory history (sparkline over time) because there's no backing time-series store in hal0.

Rough sketch:

  • Backend: ring buffer of `{ts, slot_name, bytes_gb}` rows; ~21 samples per slot at 2.5s cadence = 52.5s history.
  • Frontend: SparkLine sub-component (the dashboard already has one for tok/s — see ThroughputCard); render a small sparkline next to each LegendRow in the expanded variant.

Lower-priority polish — file for when someone wants the visual depth.

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions