Pages

Wednesday, March 25, 2026

Rust FlameGraph

cargo install Flamegraph 
cargo flamegraph --bin <my binary>

Please note that <my binary> does not need to add .exe on windows. 

The call stack is up side down. The top most element is the funnction at lower level. Now let's see if i can get more time on debuggin rather than waiting for the code finish. 



No comments: