Concerning speedtests

Wouter wouter.abraham at pi.be
Fri Dec 5 09:25:25 EST 2003


Hi all,

The speedtests that sometimes are proposed are "very" relative.
Certainly in a preemptive multitasking environment with lots of
processes running.
Do a test on the speedtest, repeat a couple of times the following :

on mouseUp
   put the millisecs into zap1
   repeat 100000
     put 1 after x
   end repeat
   put the millisecs into zap2
   repeat 100000
     put 1 after y
   end repeat
   put the millisecs into zap3
   put zap2 - zap1 && zap3 - zap2
end mouseUp


Greetings,
WA



More information about the use-livecode mailing list