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.


SVN revision: 34794
This commit is contained in:
Cedric BAIL 2008-06-10 12:17:56 +00:00
parent c4d9eccc70
commit 2d96aea2b2
1 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,10 @@ _ui_all(void)
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");