StaticintervalStaticlastStaticlastGets the duration of the last completed processing cycle in milliseconds.
The last tick time interval in milliseconds
This is the millisecond version of lastTickTimeInterval. Useful when higher precision timing is needed.
StatictimeGets the timestamp when the current process cycle began.
The time in milliseconds when the current process began
StatictimeGets the timestamp when the last process cycle ended.
The time in milliseconds when the last process ended
Statictime
A utility class for managing time-related operations and measurements. Provides functionality to track process timing, system uptime, and frame intervals.
Example