Originally posted by: Lonyo
Or just do 1000/fps
Originally posted by: SonicIce
but what does he mean 60-55 is a greater drop than 900-450? 900-450 means twice the computation time but 60-55 is only 9% slower.
Originally posted by: SonicIce
but what does he mean 60-55 is a greater drop than 900-450? 900-450 means twice the computation time but 60-55 is only 9% slower.
1000ms/sec / 900FPS = 1.111.. ms per frame
1000ms/sec / 450FPS = 2.222.. ms per frame
Increase in execution time: 1.111.. ms
1000ms/sec / 60FPS = 16.666.. ms per frame
1000ms/sec / 56.25FPS = 17.777.. ms per frame
Increase in execution time: 1.111.. ms!
Originally posted by: SonicIce
but what does he mean 60-55 is a greater drop than 900-450? 900-450 means twice the computation time but 60-55 is only 9% slower.