evas_test will now tell u fps...

SVN revision: 6547
This commit is contained in:
Carsten Haitzler 2003-01-07 23:38:24 +00:00
parent 8451b5cc08
commit 6a25c57a51
2 changed files with 4 additions and 2 deletions

View File

@ -1684,7 +1684,9 @@ loop(void)
printf("################ evas free\n");
evas_free(evas);
printf("evas freed. DONE\n");
// sleep(10000000);
printf("FRAME COUNT: %i\n", loop_count);
exit(0);
sleep(10000000);
}
/* need to test:
*

View File

@ -116,7 +116,7 @@ evas_debug_magic_wrong(DATA32 expected, DATA32 supplied)
fprintf(stderr,
" Input object is wrong type\n"
" Expected: %08x - %s\n"
" Supplied: %08s - %s\n",
" Supplied: %08x - %s\n",
expected, evas_debug_magic_string_get(expected),
supplied, evas_debug_magic_string_get(supplied));
}