Skip to main content

Module heatmap_tracker

Module heatmap_tracker 

Source
Expand description

Storage Heatmap Tracker

Tracks per-block access heat scores over time using exponential decay, producing a ranked heatmap for prefetch and cache prioritization.

Structs§

HeatEntry
A single block’s heat tracking record.
HeatmapStats
Aggregate statistics over all tracked entries.
StorageHeatmapTracker
Tracks per-block access heat scores over time using exponential decay.

Enums§

HeatBucket
Heat classification bucket for a block.