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

Linked indirect calls when in between calls are filtered by configura… #173

Closed BlackJohnny closed 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.

This small change links A and C.

Let me know if this worth merged. If this is not a default wanted scenario, it could be programmed to be enabled by config as well.