Function hydro_lang::rewrites::profiler::profiling
source ยท pub fn profiling<'a>(
ir: Vec<HydroLeaf>,
counters: RuntimeData<&'a RefCell<Vec<u64>>>,
counter_queue: RuntimeData<&'a RefCell<UnboundedSender<(usize, u64)>>>,
) -> Vec<HydroLeaf>
Expand description
Count the cardinality of each input and periodically output to a file