mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-26 05:30:17 +00:00
Add cargo-flamegraph and dhat
This commit is contained in:
parent
c27e7c5b33
commit
1f3aad9065
1 changed files with 11 additions and 0 deletions
|
@ -57,6 +57,17 @@
|
|||
"notes": "Tool for benchmarking compiled binaries (similar to unix time command but better)"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"name": "Profiling",
|
||||
"recommendations": [{
|
||||
"name": "cargo-flamegraph",
|
||||
"link": "https://github.com/flamegraph-rs/flamegraph#cargo-flamegraph",
|
||||
"notes": "Execution flamegraph generation"
|
||||
}, {
|
||||
"name": "dhat",
|
||||
"notes": "Heap memory profiling"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"name": "Debugging Macros",
|
||||
"recommendations": [{
|
||||
|
|
Loading…
Reference in a new issue