More about image timing
Brian Yennie
briany at qldlearning.com
Sun Oct 22 19:29:48 CDT 2006
If this is truly just a lock screen issue, wouldn't it stand to
reason that the Rev IDE is slower because it has a lot more stacks
open and affected? Or am I missing a crucial piece here?
It would seem that having a bunch of extra stacks open (and in some
cases visible, including the toolbar) could easily add 1 millisecond
to every 10 loops of a screen altering script...?
- Brian
> 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
> _______________________________________________
> metacard mailing list
> metacard at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/metacard
>
>
More information about the metacard
mailing list