Using trace module from command line

Alexandru Palade alexandru.palade at sellerengine.com
Wed Aug 13 11:08:30 EDT 2008


Hi,

I'm trying to profile an application and I want to test the trace module 
from command line but I can't really get it working.
I have generated a result file with the command
python -m trace --count --file blah.blah main.py  -a us -c 
../../conf/config.xml
and then tried to read it using
python -m trace -r -f blah.blah

But nothing is displayed... What am I doing wrong?


Thanks in advance,
Alexandru Palade



More information about the Python-list mailing list