Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 805 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 805 Bytes

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