Re: [Tutor] Help execution time calculation:

2010-07-14 Thread Steven D'Aprano
On Thu, 15 Jul 2010 01:11:58 am Vineeth Rakesh wrote: > Hello all, > > I want to calculate the execution time of a program. Say I have a > function like below: > > def RepAdd(i): > j = 0 > while(j j += 1 > return j > > now I want to calculate the execution time of the function RepAdd > w

[Tutor] Help execution time calculation:

2010-07-14 Thread Vineeth Rakesh
Hello all, I want to calculate the execution time of a program. Say I have a function like below: def RepAdd(i): j = 0 while(j___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listi