What do people use for code analysis.

S

Steven W. Orr

Lots of code, calls to, calls by, inheritance, multiple tasks, etc.

What do people use to figure out what's happening?

TIA

--
Time flies like the wind. Fruit flies like a banana. Stranger things have .0.
happened but none stranger than this. Does your driver's license say Organ ..0
Donor?Black holes are where God divided by zero. Listen to me! We are all- 000
individuals! What if this weren't a hypothetical question?
steveo at syslang.net
 
L

Laurent Pointal

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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,586
Members
45,096
Latest member
ThurmanCre

Latest Threads

Top