bheisler / criterion.rs

Statistics-driven benchmarking library for Rust
Apache License 2.0
4.43k stars 298 forks source link

Does criterion store the binary some for later investigations with valgrind or something else? #792

Open Unaimend opened 1 month ago

Unaimend commented 1 month ago

See title. I looked all over the target folder but did not find anything useful.

I also tried perf record -F 99 -g -- cargo bench but I was not able to find the function symbols in the created report