File hp/util/FpsMonitor.lua
Functions
M:init (sec, onFPS) | The constructor. |
M:play () | To start the measurement. |
M:stop () | To end the measurement. |
Tables
FpsMonitor | This class is to observe the FPS. |
Functions
- M:init (sec, onFPS)
-
The constructor.
Parameters
- sec:
- onFPS:
- M:play ()
- To start the measurement.
- M:stop ()
- To end the measurement.