gbarboza / pyflamegraph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

License:MIT License


Languages

Language:Python 100.0%