TIME arGetTickCount(void);
Returns the total number of clock ticks elapsed since system startup.
This function retrieves the current system time, represented as the number of clock ticks counted from system initialization. To calculate the elapsed time in seconds, divide the return value by the AR_TICKS_PER_SECOND constant.
| Version: | 1.0 |
|---|---|
| Header file: | AR_API.h |
| See also: | AR_TICKS_PER_SECOND, TIME, time management |