compute_heatmap_utc

Function compute_heatmap_utc 

Source
pub fn compute_heatmap_utc(timestamps: &[u64]) -> [[usize; 24]; 7]
Expand description

Compute a 7x24 (weekday x hour) heatmap in UTC (kept for internal/tests). Weekday index: 0=Sun,1=Mon,…,6=Sat