Static
intervalGets the time interval between the start of consecutive process cycles.
The interval between process beginnings in seconds
Static
lastGets the duration of the last completed processing cycle.
The last tick time interval in seconds
Static
lastGets 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.
Static
timeGets the timestamp when the current process cycle began.
The time in milliseconds when the current process began
Static
timeGets the timestamp when the last process cycle ended.
The time in milliseconds when the last process ended
Static
timeGets the elapsed time since the system started.
The elapsed time in seconds since system initialization
A utility class for managing time-related operations and measurements. Provides functionality to track process timing, system uptime, and frame intervals.
Example