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

FlameGraph does not compile under SBCL 2.1.2 and newer as they have removed MAP-TRACE-SAMPLES from SB-SPROF. They also removed MAP-ALL-SAMPLES, but I don't think that should impact FlameGraph. These are...

I have a program that seem to spend a lot of time in kernel state, and I would like to know what exactly is taking so long. However, the function_graph...

Sometimes it's hard to navigate code without having line numbers in source. This is especially relevant for Vala-based apps, as they tend to mangle function names in various ways. So...

Is there a way to create a flame graph using a JFR file, or any recommendation to convert JFR to a possible format

When running `flamegraph.pl` on RHEL 8.1, I encounter the following error: ``` $ perf script | ~/FlameGraph/stackcollapse-perf.pl | ~/FlameGraph/flamegraph.pl > flame.svg Can't locate open.pm in @INC (you may need to...

Hi folks, I wonder what do you think about adding the following to the flame graph: 1. Be able to exclude/hide the frame. In some cases, graph is dominated by...

I want to create a FlameGraph based on a perf record of a GraalVM native executable. With GraalVM native executable, perf add the name of the thread to the perf...

Hi Brendan, I am a huge fan of Flamegraph and all your blogs and talks. But I have a question on the correctness of flame graph. According to the source...

When I try to get a flamegraph I get the following error. My OS is WIN8.1 x64.The go version go1.9 windows/amd64 ?[34mINFO[20:49:59] ?[0mRun pprof command: go tool pprof -raw -seconds...