flame
flame copied to clipboard
An intrusive flamegraph profiling tool for rust.
I am currently profiling some graphics code and I saw that currently open spans are not plotted in the output and this produces misleading stack plots. I wrote a counter...
Folding?
Hi! This looks great and easy to use. Is there any API planned for folding the results (like https://github.com/brendangregg/FlameGraph)? I want to profile some tight loops and only a few...
I am not writing a game, but numerical code, such that algorithms have loops with some interesting parts inside the loop and some outside. So I want a span before...