brendangregg / FlameGraph

Stack trace visualizer
http://www.brendangregg.com/flamegraphs.html
17.35k stars 1.96k forks source link

Is FlameGraph able to work with honest_profiler? #75

Open MichaelScofield opened 8 years ago

MichaelScofield commented 8 years ago

I am currently using honest-profiler and wondering if FlameGraph can generate svg graph from honest-profiler's output. Thx :)

cykl commented 8 years ago

You can use https://github.com/cykl/hprof2flamegraph which provide stackcollapse-hpl

I am no longer using honest-profiler but will fix any reported issue.

MichaelScofield commented 8 years ago

@cykl Thanks! Trying it...

nitsanw commented 7 years ago

There's a collapsed stacks conversion utility in honest-profiler: https://github.com/jvm-profiling-tools/honest-profiler/blob/master/src/main/java/com/insightfullogic/honest_profiler/ports/console/FlameGraphDumperApplication.java

This issue can be closed probably.