pycallgraph
Python library that creates call graphs for Python programs
Install
- All systems
-
curl cmd.cat/pycallgraph.sh
- Debian
-
apt-get install python-pycallgraph
- Ubuntu
-
apt-get install python-pycallgraph
- Kali Linux
-
apt-get install python-pycallgraph
- Fedora
-
dnf install python-pycallgraph
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-pycallgraph
- Raspbian
-
apt-get install python-pycallgraph
- Dockerfile
- dockerfile.run/pycallgraph
python-pycallgraph
Python library that creates call graphs for Python programs
It uses GraphViz to generate call graphs from one execution of your Python code. It's very easy to use and can point out possible problems with your code execution.