Popularity
1.3
Declining
Activity
0.0
Stable
2
2
0

Monthly Downloads: 11
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Development    

flamingra alternatives and similar packages

Based on the "Development" category.
Alternatively, view flamingra alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of flamingra or a related project?

Add another 'Development' Package

README

Hack to turn the profiling output into the format suitable for FlameGraph.

Build Status

Haddock copy:

(Click it, it's “interactive”.)

Flame graph

TL;DR (and the only one available) guide:

some-program +RTS -P
wget https://github.com/brendangregg/FlameGraph/raw/master/flamegraph.pl
chmod +x flamegraph.pl
flamingra some-program.prof | ./flamegraph.pl picturesque.svg

Usage:

flamingra out.prof | …

or

… | flamingra | …

where out.prof is @-P@ profiling output.