Low-level profiling tools
Recipe | Crates | Categories |
---|---|---|
Inspect the generated assembly |
Inspect the generated assembly
cargo show-asm
prints the generated assembly code for a Rust function.
Recipe | Crates | Categories |
---|---|---|
Inspect the generated assembly |
cargo show-asm
prints the generated assembly code for a Rust function.