pub fn hotspots( graph: &Graph, fragments: &[Fragment], top: usize, root: Option<&str>, edge_types: Option<&FxHashSet<EdgeCategory>>, churn: Option<&FxHashMap<Arc<str>, u32>>, ) -> Vec<HotspotEntry>