bheisler / iai

Experimental one-shot benchmarking/profiling harness for Rust
Apache License 2.0
586 stars 24 forks source link

fix: forward compatibility with newer Valgrind #39

Open Oppen opened 3 months ago

Oppen commented 3 months ago

Since 3.20 Valgrind defaults cachegrind's behavior to --cache-sim=no, which broke IAI. Passing --cache-sim=yes explicitly should solve this.