I've been using dhat-rs for memory profiling my Rust code. It shows exact stack traces of where allocations occur which has been extremely useful for optimizing my code. You can find more details about the output here. There's even a tool to generate flamegraphs from its output. Are there plans to add this type of functionality to Codspeed?
I've been using
dhat-rsfor memory profiling my Rust code. It shows exact stack traces of where allocations occur which has been extremely useful for optimizing my code. You can find more details about the output here. There's even a tool to generate flamegraphs from its output. Are there plans to add this type of functionality to Codspeed?