pub fn write_ring_visualization_from_diagnostics<P: AsRef<Path>, Q: AsRef<Path>>(
snapshot: &NetworkDiagnosticsSnapshot,
run_root: P,
output_path: Q,
) -> Result<()>Expand description
Render a ring visualization from a saved diagnostics snapshot (e.g. a large soak run).