Re: [Tutor] How to compute performance of python program

2008-10-21 Thread Alan Gauld
"rajasekhar mamilla" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi tutors, Iam relatively new to python. I developed a project in python,now i want to know the performance of my code. Look at the timeit command and the profiling module. Very simple profile example here:

[Tutor] How to compute performance of python program

2008-10-21 Thread rajasekhar mamilla
Hi tutors, Iam relatively new to python. I developed a project in python,now i want to know the performance of my code. Can i know how much time each python file takes or each program or each loop takes to get executed. Please help me if any such ways are available or any other ways using whi