On Tue, 18 Jun 2013 09:26:02 +0530 "378anurag ." <[email protected]> said:
> Hi , > I have created three swallow panel in edc which i am rotating > circular on button click. > I need to calculate the performance i.e. fps. > is their any way to calculate the fps in edc edge or in efl at evas level. you can use post-render callbacks in evas... and just time the time between each post render callback.. ecore-evas offers this in the cmdline by default: $ export ECORE_EVAS_FPS_DEBUG=1 $ elementary_test -to Animation FRAME: 33, FPS: 63.4, RTIME 3% FRAME: 63, FPS: 60.0, RTIME 1% FRAME: 94, FPS: 60.0, RTIME 1% FRAME: 125, FPS: 60.0, RTIME 1% FRAME: 155, FPS: 60.0, RTIME 1% FRAME: 185, FPS: 60.0, RTIME 1% ... etc. :) -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
