python3-pycallgraph

Python library that creates call graphs for Python programs
  https://github.com/daneads/pycallgraph2
  0
  no reviews



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.

This package contains the Python 3 module for pycallgraph