FlameGraph icon indicating copy to clipboard operation
FlameGraph copied to clipboard

Stack trace visualizer

Results 141 FlameGraph issues
Sort by recently updated
recently updated
newest added

I would like to use flamegraphs to analyze where a process I am running is spending all of its time. In this instance, I do not care about whether that...

If you have a flamegraph with a lot of frames and those frames maybe have long function names (due to e.g. C++ templates, namespaces) then the zooming and especially the...

This uses a file containing mappings from regexp to colors. ~~~ @^io/netty/@ => yellow @^org/vertx/@ => green @^sun/@ => blue @/@ => aqua /^[A-Za-z_0-9]*$/ => red /^\[/ => #ff0000 /::/...

- [x] checked with [`Perl::Critic`](https://metacpan.org/pod/distribution/Perl-Critic/bin/perlcritic) - [x] functionality checked with a real-life xdebug output

I would like to show the CPU cores involved in each function, so that when I hover the mouse over the frame it shows not just the CPU% but in...

Hello, I have a question. `dotnet-trace` support `Chromium` `NetTrace` `Speedscope` formats. Is there a way to run `stack collapse` script on any of these formats? Thanks Vladimir

Hi! I have added a new color scheme which I find slightly more eye friendly. I thought other users of Flamegraph might be interested too, so here is my PR....

Filtering by time percentage is more useful than filtering by pixel width, at least in my case.