Enlightenment CVS committal

Author  : cedric
Project : e17
Module  : apps/expedite

Dir     : e17/apps/expedite/src/bin


Modified Files:
        ui.c 


Log Message:
Deleting previous tests object was counted as part of the current test. So
you could have different result when running them one after the other or
all of them. Their is still one draw back, we dont count this time at all now.


===================================================================
RCS file: /cvs/e/e17/apps/expedite/src/bin/ui.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ui.c        13 Nov 2007 06:00:33 -0000      1.7
+++ ui.c        10 Jun 2008 12:17:56 -0000      1.8
@@ -75,6 +75,10 @@
             engine_loop();
             evas_render(evas);
          }
+       /* This give time to delete the objects of the previous test and make
+          the result of next test more accurate. Draw back, some time is not
+          counted at all. */
+       evas_render(evas);
        t_count++;
        fps += p_fps;
        key_func("Escape");



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to