fn collect_spell_results(
telemetry: &ChunkTelemetry,
name_map: &FastMap<u32, String>,
fight_time_s: f64,
total_dps: f64,
) -> Vec<(String, SpellResult)>Expand description
Per-spell rows from action telemetry, keyed by resolved spell name.