Skip to main content

node_census

Function node_census 

Source
pub fn node_census(
    graph: &CudaGraph,
) -> Result<BTreeMap<String, usize>, Box<dyn Error>>
Expand description

Node-type census of a captured graph (debug: which node types remain — mem-alloc/free nodes are the graph-launch-latency suspects).