Function render_graph_with_metrics

Source
pub(super) fn render_graph_with_metrics(
    adjacency_list: &HashMap<u64, StreamNode>,
    root_node: u64,
    stats: &OperatorStats,
    profiling_duration: &Duration,
) -> Vec<ExplainAnalyzeStreamJobOutput>