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

This is a duplicate of #120, since the workaround that the reporter of that issue used (hand-editing stackcollapse-perf.pl to set tidy_generic to 0) is something I want to avoid. This...

This change excludes the part of the function name in lambdas that are not guaranteed by the JVM to be consistent. This makes the collapsed stacktrace more meaningful when collected...

after running stackcollapse-jstack.pl 29072.stack.log > tmp.log i only got one line below in tmp.log DestroyJavaVM 59 I'm using JDK 1.7 on Ubuntu; I can not paste stacktrace now. is there...

Hello, taking the following C++ code as an example: ``` #include enum some_enum { enum_a, enum_b }; template struct foo { void bar() { std::cout

The project should include the Contributing.md file to encourage and guide first time contributors on how to contribute to this project and guidelines to be followed or any other special...

Doesn't it make sense for the 'X' axis to be (possibly by default) ordered by the 'width' (time spent in function call)? That way, its really 'immediately' apparent where most...

I try use perf on memory analyze, commond "perf record -e kmem:* -p pid", the bin use tcmalloc. but all in out.perf report like that: Unrecognized line: f 9566 [001]...

Awesome tooling! It would be great to see in the flamegraph how many seconds different things took. How do I do that?

I've been having a number of strange hangs lately that Apple can't seem to track down and various developers keep pointing fingers in different directions. Could you please explain how...