mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-22 19:53:04 +00:00
Add cargo-show-asm
This commit is contained in:
parent
a5f827f0f2
commit
c8272bb51e
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue