Add cargo-show-asm

This commit is contained in:
Nico Burns 2022-11-10 13:22:41 +00:00
parent a5f827f0f2
commit c8272bb51e

View file

@ -82,7 +82,7 @@
}]
},
{
"name": "Profiling",
"name": "Performance",
"recommendations": [{
"name": "cargo-flamegraph",
"link": "https://github.com/flamegraph-rs/flamegraph#cargo-flamegraph",
@ -90,6 +90,9 @@
}, {
"name": "dhat",
"notes": "Heap memory profiling"
}, {
"name": "cargo-show-asm",
"notes": "Printed the generated assembly for a Rust function"
}]
},
{