cargo-instruments

Generate Instruments traces for Rust crates with ease

brewmacoslinux
Try with needOr install directly
Source

About

Easily generate Instruments traces for your rust crate

Commands

cargo-instruments

Examples

Profile your current Rust project with Instruments$ cargo instruments
Profile a specific binary target with custom template$ cargo instruments --bin my_binary --template 'System Trace'
Generate trace and save to custom output file$ cargo instruments --release -- arg1 arg2