pub fn run_report(
trace: &Path,
baseline: Option<&Path>,
nsight_dir: Option<&Path>,
json_output: &Path,
markdown_output: &Path,
) -> Result<()>Expand description
report — publish durable JSON and concise Markdown from one profile run.