On Mon, 01 Sep 2008 14:12:21 +0200, ddailey <[EMAIL PROTECTED]> wrote:
> Hi Jocke, > > Take a look at > http://srufaculty.sru.edu/david.dailey/svg/SVGOpen2007/SVGOpen2007.htm > and http://www.svgopen.org/2007/papers/BrowserPerformanceMeasures/index.html ... > Also Opera has implemented a "finished rendering" event that may appear in a > future spec (fingers crossed) and so this can help those interested in > benchmarking and calibration of time-sensitive events like real-time data > visualization. What's implemented currently (internal Opera builds only at this time) is not an event, but a DOM attribute on the SVGSVGElement interface called 'currentFps' that you can access to query the current framerate. Though yes, nothing is technically preventing us from dispatching something like a "frame rendered" event. However, how that would affect performance is also something we'd need to evaluate. Cheers /Erik -- Erik Dahlstrom, Core Technology Developer, Opera Software Co-Chair, W3C SVG Working Group Personal blog: http://my.opera.com/macdev_ed ------------------------------------ ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ----Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

