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.
pip install flametrace
flametrace COMMAND