Searched refs:fps (Results 1 – 4 of 4) sorted by relevance
80 double fps = g_fps; in terminate() local84 fps /= (end_time.tv_sec + 1.0 * end_time.tv_usec / 1000000.0) - in terminate()86 printf("%s: %.1f fps\n", title, fps); in terminate()117 int fps; in next_frame() local118 fps = g_fps / sec; in next_frame()125 int(fps)); in next_frame()
77 double fps = g_fps; in terminate() local79 fps /= (GetTickCount() - g_msec) / 1000.0; in terminate()84 fps /= (end_time.tv_sec + 1.0 * end_time.tv_usec / 1000000.0) - in terminate()87 printf("%s: %.1f fps\n", title, fps); in terminate()
392 double fps = g_fps; in next_frame() local400 int(fps / sec)); in next_frame()
115 double fps = in main() local118 std::cout << fps << " frame per sec with "; in main()