More about image timing

Richard Gaskin ambassador at fourthworld.com
Sun Oct 22 17:10:31 CDT 2006


J. Landman Gay wrote:
> This is interesting. I thought I'd do a very quick, rough test. I wrote 
> a fast script:
> 
> on mouseUp
>   put fld 1 into tPath
>   put the milliseconds into tStart
>   repeat 100
>     set the filename of img "testImg" to ""
>     set the filename of img "testImg" to tPath
>   end repeat
>   put the milliseconds - tStart
> end mouseUp
> 
> I realize there aren't many repetitions in the repeat loop, but I just 
> wanted to get an idea. Just as Wilhelm says, in MC it took between 139 
> and 142 milliseconds. In Rev, the same script took about 159-161 
> milliseconds. So that's consistent with what he reports.
> 
> Then I added a lockscreen:
> 
> on mouseUp
>   put fld 1 into tPath
>   lock screen
>   put the milliseconds into tStart
>   repeat 100
>     set the filename of img "testImg" to ""
>     set the filename of img "testImg" to tPath
>   end repeat
>   put the milliseconds - tStart
>   unlock screen
> end mouseUp
> 
> The results were identical on both IDEs -- 45 milliseconds consistently 
> with no deviation.
> 
> I don't know what this means. The refresh rate of the screen appears to 
> vary, but I thought that was set in the engine. Locking the screen made 
> my test give identical results though.
> 
> I understand this is not conclusive. Just interesting.

Very, more so for RunRev than anyone else.  Given that only their system 
is affected, and us MC users appear to be immune to whatever anomaly is 
at play here, I'm confident they'll take a keen interest in identifying 
the root cause.

-- 
  Richard Gaskin
  Fourth World Media Corporation
  ___________________________________________________________
  Ambassador at FourthWorld.com       http://www.FourthWorld.com


More information about the metacard mailing list