Re: Profiling programs/scripts?

2008-04-11 Thread Aaron Watters
On Apr 11, 2:49 pm, [EMAIL PROTECTED] wrote: > how do i profile a program? i found out that there are some profilers > included in the standard library but couldnt really figure out how to > access/use them I put this at the bottom of my main module: === cut if __name__=="__main__": try:

Re: Profiling programs/scripts?

2008-04-11 Thread Mike Driscoll
On Apr 11, 1:49 pm, [EMAIL PROTECTED] wrote: > how do i profile a program? i found out that there are some profilers > included in the standard library but couldnt really figure out how to > access/use them Are you talking about using PyChecker or nose or what? In other words, do you want to check

Re: Profiling programs/scripts?

2008-04-11 Thread George Sakkis
On Apr 11, 2:49 pm, [EMAIL PROTECTED] wrote: > how do i profile a program? i found out that there are some profilers > included in the standard library but couldnt really figure out how to > access/use them Did you actually read the docs ? There is an example in the stdlib documentation: http://d

Profiling programs/scripts?

2008-04-11 Thread skanemupp
how do i profile a program? i found out that there are some profilers included in the standard library but couldnt really figure out how to access/use them -- http://mail.python.org/mailman/listinfo/python-list