svenstaro / cargo-profiler

Cargo subcommand to profile binaries
MIT License
431 stars 17 forks source link

fails to compile on macos #117

Open petar-dambovaliev opened 3 years ago

petar-dambovaliev commented 3 years ago
~/IdeaProjects/benchmarks/untitled  $ cargo profiler callgrind -n 10                           

Compiling untitled in debug mode...

Profiling untitled with callgrind...
thread 'main' panicked at 'failed to execute process: No such file or directory (os error 2)', /Users/me/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-profiler-0.1.6/src/parse/callgrind.rs:28:33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
corneliusroemer commented 1 year ago

RTFM ;)

https://github.com/svenstaro/cargo-profiler/blob/0a8ab772fd5c0f1579e4847c5d05aa443ffa2bc8/README.md?plain=1#L11