Re: duration of iterations of a for-loop

2007-12-21 Thread Tom Phoenix
On Dec 21, 2007 3:49 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I want to determine the duration of the single iterations of > a for-loop i.e. after each iteration the duration should > be printed out. Is there a function for this implemented or > must this be done with the difference of t

Re: duration of iterations of a for-loop

2007-12-21 Thread John W . Krahn
On Friday 21 December 2007 03:49, [EMAIL PROTECTED] wrote: > > Hello, Hello, > I want to determine the duration of the single iterations of > a for-loop i.e. after each iteration the duration should > be printed out. Is there a function for this implemented or > must this be done with the differe

duration of iterations of a for-loop

2007-12-21 Thread [EMAIL PROTECTED]
Hello, I want to determine the duration of the single iterations of a for-loop i.e. after each iteration the duration should be printed out. Is there a function for this implemented or must this be done with the difference of two times derived from localtime? Thank you very much! Guenter -- To