Skip to main content

entry_stats

Function entry_stats 

Source
pub fn entry_stats(file_path: &str) -> Option<(u32, f32)>
Expand description

Cheap read-only lookup against the in-process heatmap buffer: (access_count, avg_compression_ratio) for a file, if tracked. Paths are canonicalized the same way record_file_access stores them.