Add cargo-flamegraph and dhat

This commit is contained in:
Nico Burns 2022-11-09 16:18:57 +00:00
parent c27e7c5b33
commit 1f3aad9065

View file

@ -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": [{