The GetDebugFPS Lua function returns a float number with the frames per second.
この関数は、引数を受け取りません。
This example prints the FPS number:
return function () -- Prints the current frames per second. Printf("Current FPS: " .. GetDebugFPS())end