Wouter wrote: > 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
What you're testing is a very fast operation. I found that if I increase the number of iterations by one order of magnitude the variance drops proportionately. -- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
