Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/bin


Modified Files:
        evas_test_main.c 


Log Message:

'remove fps stats
only bench numebr is displayed now.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/bin/evas_test_main.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- evas_test_main.c    2 May 2006 07:28:46 -0000       1.31
+++ evas_test_main.c    17 May 2006 08:04:59 -0000      1.32
@@ -179,9 +179,9 @@
      }
    else if (t > 5.0)
      {
-       printf("# FRAME COUNT: %i frames\n", frames);
-       printf("# TIME:        %3.3f seconds\n", (t - time_start));
-       printf("# AVERAGE FPS: %3.3f fps\n", (double)frames / (t - time_start));
+//     printf("# FRAME COUNT: %i frames\n", frames);
+//     printf("# TIME:        %3.3f seconds\n", (t - time_start));
+//     printf("# AVERAGE FPS: %3.3f fps\n", (double)frames / (t - time_start));
        printf("# EVAS BENCH:  %3.3f\n", ((double)frames / (t - time_start)) / 
60.0);
        exit(0);
      }
@@ -356,10 +356,10 @@
             printf("####################################################\n");
             printf("# Performance Test. Your system scores...\n");
             printf("####################################################\n");
-            printf("# FRAME COUNT: %i frames\n", frames);
-            printf("# TIME:        %3.3f seconds\n", (t - time_start));
-            printf("# AVERAGE FPS: %3.3f fps\n", (double)frames / (t - 
time_start));
-            printf("####################################################\n");
+//          printf("# FRAME COUNT: %i frames\n", frames);
+//          printf("# TIME:        %3.3f seconds\n", (t - time_start));
+//          printf("# AVERAGE FPS: %3.3f fps\n", (double)frames / (t - 
time_start));
+//          printf("####################################################\n");
             printf("# Your system Evas Benchmark:\n");
             printf("#\n");
             printf("# EVAS BENCH: %3.3f\n", ((double)frames / (t - 
time_start)) / 60.0);




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to