pyflamegraph

Wrapper around flamegraph.pl.


License
SSPL-1.0
Install
pip install pyflamegraph==0.0.2

Documentation

pyflamegraph

Description

This is a cheap, hacky, shell wrapper around Brendan Gregg's flame graph generator.

Installation

New versions will be updated to PyPI pretty regularly so it should be as easy as:

pip install pyflamegraph

Running a Test instance

from pyflamegraph import generate

svg = generate(input_source)