gak / pycallgraph

pycallgraph is a Python module that creates call graphs for Python programs.
GNU General Public License v2.0
1.82k stars 336 forks source link

Correctly link calls when in-between calls are filtered. #174

Open BlackJohnny opened 7 years ago

BlackJohnny commented 7 years ago

When A calls B and B calls C, if B is excluded from output by configuration there is no edge/link between A and C.