pub fn node_census( graph: &CudaGraph, ) -> Result<BTreeMap<String, usize>, Box<dyn Error>>
Node-type census of a captured graph (debug: which node types remain — mem-alloc/free nodes are the graph-launch-latency suspects).