diff options
author | Carsten Haitzler <raster@rasterman.com> | 2010-08-07 00:32:13 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2010-08-07 00:32:13 +0000 |
commit | cf2eab4fe66d243d8e2e50aa34d73f776fce49ae (patch) | |
tree | 1674decf3f008659fe70d2f3a9ba0e6cc56e6c2d | |
parent | ffbbc1f8b75f13bef498d6f3f827a8c1d797d65e (diff) |
also number of tests run. :)
SVN revision: 50877
-rw-r--r-- | src/bin/ui.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bin/ui.c b/src/bin/ui.c index b151a30..be3d500 100644 --- a/src/bin/ui.c +++ b/src/bin/ui.c | |||
@@ -209,6 +209,7 @@ _ui_all(void) | |||
209 | else snprintf(datestr, sizeof(datestr), "unknown"); | 209 | else snprintf(datestr, sizeof(datestr), "unknown"); |
210 | // printf("%5.2f , EVAS SPEED\n", fps / t_count); | 210 | // printf("%5.2f , EVAS SPEED\n", fps / t_count); |
211 | printf("%5.2f , EVAS SPEED (WEIGHTED), " | 211 | printf("%5.2f , EVAS SPEED (WEIGHTED), " |
212 | "tn, %i , " | ||
212 | "t, %s , " | 213 | "t, %s , " |
213 | "ev , %i.%i.%i.%i , " | 214 | "ev , %i.%i.%i.%i , " |
214 | "p , %s , " | 215 | "p , %s , " |
@@ -218,6 +219,7 @@ _ui_all(void) | |||
218 | "fs , %i\n" | 219 | "fs , %i\n" |
219 | , | 220 | , |
220 | wfps / (t_count * avgw), | 221 | wfps / (t_count * avgw), |
222 | t_count, | ||
221 | datestr, | 223 | datestr, |
222 | evas_version->major, evas_version->minor, evas_version->micro, evas_version->revision, | 224 | evas_version->major, evas_version->minor, evas_version->micro, evas_version->revision, |
223 | profile, | 225 | profile, |
@@ -524,7 +526,7 @@ _ui_setup(void) | |||
524 | evas_object_move(o, x, y); | 526 | evas_object_move(o, x, y); |
525 | o_menu_title = o; | 527 | o_menu_title = o; |
526 | 528 | ||
527 | _ui_menu_item_add("e.png", "About Enlightenment", about_start); | 529 | _ui_menu_item_add("e.png", "About", about_start); |
528 | _ui_menu_item_add("e.png", "All Tests", _ui_all); | 530 | _ui_menu_item_add("e.png", "All Tests", _ui_all); |
529 | #define UI | 531 | #define UI |
530 | #include "tests.h" | 532 | #include "tests.h" |