What do people use for code analysis.
Laurent Pointal
laurent.pointal at limsi.fr
Wed May 2 09:35:27 EDT 2007
More information about the Python-list mailing list
Wed May 2 09:35:27 EDT 2007
- Previous message (by thread): What do people use for code analysis.
- Next message (by thread): What do people use for code analysis.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Steven W. Orr a écrit : > Lots of code, calls to, calls by, inheritance, multiple tasks, etc. > > What do people use to figure out what's happening? > > TIA > I've collected some links over time: http://www.limsi.fr/Individu/pointal/python.html#liens-metaprog You may look at # depgraph - graphe de dépendances entre modules # coverage - a Python module that measures code coverage during Python execution # pycover - a python coverage tool # pycount - métrique de lignes sources Python # depgraph - generating python module dependency graphs # pycallgraph - génération du graphe d'appels pour les programmes Python (nécessite GraphViz).
- Previous message (by thread): What do people use for code analysis.
- Next message (by thread): What do people use for code analysis.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list