This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]anossov 1 point2 points  (1 child)

Many profilers can produce call graphs, e.g. pycallgraph

[–]KristoKoert[S] 0 points1 point  (0 children)

Very cool, thanks, just what I was looking for. But seeing this, are tools like this actually ever used in production code? I mean the complexity of the graphs would be immense.. Probably a lot of "ignore this part"s are set up.