Add iai-callgrind-runner (#1073)

This commit is contained in:
Niklas Fiekas
2025-08-06 12:44:53 +02:00
committed by GitHub
parent 36e1b04e2f
commit 1350e9e600
5 changed files with 344 additions and 0 deletions

View File

@@ -824,6 +824,8 @@ for tool in "${tools[@]}"; do
cargo-auditable | cargo-careful | wasm-bindgen-test-runner) ;;
# wasm2es6js does not support --version flag and --help flag doesn't contains version info.
wasm2es6js) ;;
# iai-callgrind-runner --version works only with iai-callgrind in nearby Cargo.toml.
iai-callgrind-runner) ;;
# cargo-zigbuild has no --version flag on `cargo zigbuild` subcommand.
cargo-zigbuild) rx "${tool_bin_stem}" --version ;;
# deepsource has version command instead of --version flag.