I use a do...until loop for my testing. Here is the results of an empty loop...

code:

KiXpeed Verison 1.3 by cj

Testing 1000 iterations of ''

0: kix 3.62 471ms
1: kix 3.63 450ms
2: kix 2001 beta 1 251ms
3: kix 2001 beta 2 270ms
4: kix 2001 beta 2a 310ms

Done...


here is the actual code being tested:

code:

$i=1 do command $i=$i+1 until $i=$iterations

I am refining the program so that it times the empty loop and subtracts that result from the loop with the command to be tested in. This gives you the actual time for that command.

cj

------------------
cj's scripts page
cj's User Guide - 14 May 2001

chrismat@ozemail.com.au


 


[This message has been edited by cj (edited 19 June 2001).]