Skip to content

leifwalsh/flametrace

Repository files navigation

flametrace

codecov Documentation Status PyPI Package

Build flamegraph charts for process trees, based on strace.

If you’ve ever wanted to know why a command is slow, flametrace can help! Run your command under flametrace and get a chart showing what else it ran inside itself.

Installing

pip install flametrace

Usage

flametrace COMMAND

Sample Output

License

BSD 3-clause