svenstaro / cargo-profiler

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

implement cargo run example #14

Open kernelmachine opened 8 years ago

oli-cosmian commented 4 years ago

It may be helpful to use escargot so you don't have to implement the cargo build logic and can get rid of the binary path detector, since escargot gives you all that. This way you'd also get "profile tests" for free.