cosmetic
This commit is contained in:
@@ -104,7 +104,8 @@ fimg_destroy(&image);
|
||||
single_print_state("end of run :)", 0);
|
||||
|
||||
elapsed = fimg_timer_get(0);
|
||||
fprintf(stderr, " %d frames, elapsed %.3f s, %.3f fps\n",
|
||||
fprintf(stderr, "%s: %d frames, elapsed %.3f s, %.3f fps\n",
|
||||
__func__,
|
||||
globbuf.gl_pathc, elapsed,
|
||||
(double)globbuf.gl_pathc/elapsed);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user