print_diff

Function print_diff 

Source
pub fn print_diff(
    diff: &CtprofDiff,
    baseline_path: &Path,
    candidate_path: &Path,
    group_by: GroupBy,
    display: &DisplayOptions,
)
Expand description

Render CtprofDiff as a table on stdout. Thin wrapper over write_diff so the non-test caller keeps the ergonomics of a one-line call; tests drive write_diff into a String buffer.