pub fn run(
profile_dir: &Path,
programs: &BTreeMap<String, PathBuf>,
manifest_dir: Option<&Path>,
crate_dir: Option<&Path>,
test_filter: Option<&str>,
) -> Result<()>Expand description
Build a model::DebugSession from the profile trace directory and
launch the TUI. Blocks until the user quits.