rustc-perf icon indicating copy to clipboard operation
rustc-perf copied to clipboard

Migrate from `cg_diff` to `cg_annotate --diff`

Open petrochenkov opened this issue 7 months ago • 0 comments

cg_diff is deprecated now and shows this when run:

Deprecated; use `cg_annotate --diff` instead.

cg_annotate --diff also produces a better output.

rustc-perf doesn't support older versions of valgrind anyway, so we can probably require a version that supports cg_annotate --diff.

petrochenkov avatar Jul 01 '24 14:07 petrochenkov