aboutsummaryrefslogtreecommitdiff
path: root/scripts/maint/analyze_callgraph.py
AgeCommit message (Collapse)Author
2017-06-14Remove old callgraph scripts; recommend calltool instead.Nick Mathewson
2016-02-10Make the callgraph module-awareNick Mathewson
2015-08-15Hack up the scripts/maint/*callgraph* scripts to do more, betterNick Mathewson
These scripts are now a little more bulletproof, cache data a little better, and generate more information. Notably, they search for the vectors or edges to cut that would lower the size of the largest SCC.
2015-08-10Update callgraph code to find and output strongly connected componentsNick Mathewson
2015-07-30Check in some scripts I use for callgraph analysis.Nick Mathewson