gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog gui/gui.cpp


From: Sandro Santilli
Subject: Re: [Gnash-commit] gnash ChangeLog gui/gui.cpp
Date: Fri, 4 May 2007 15:34:20 +0200

On Fri, May 04, 2007 at 01:30:22PM +0000, Sandro Santilli wrote:
> CVSROOT:      /sources/gnash
> Module name:  gnash
> Changes by:   Sandro Santilli <strk>  07/05/04 13:30:21
> 
> Modified files:
>       .              : ChangeLog 
>       gui            : gui.cpp 
> 
> Log message:
>               * gui/gui.cpp: Add RENDER_ONE_FRAME_EVERY macro to skip
>                 rendering of a given fraction of movie frames (for debugging).

This is actually for profiling. Currently NO frames are skipped, so if
either ::advance or :display takes longer then FPS your experience would
just be to see the animation speed decrease. By defining this macro you
can see what would the effect be of frame skipping (altought a time-based
skipping would actually give different results).

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]