High-resolution timing and system time.
Gives out timing information in various forms. Use this rather than any platform-dependent perf-counters or rdtsc or whatever.
![]() | High-resolution timing and system time. |
![]() | |
![]() | Sleeps the current thread for the given amount of milliseconds. |
![]() | Returns the current year. |
![]() | Returns the current month, [1,12] |
![]() | Returns the current day of month, [1,31] |
![]() | Returns the current hour of day, [0,23] |
![]() | Returns the current clock minute, [0,59] |
![]() | Returns the current clock second, [0,59] |
![]() | Returns the current system time counter in milliseconds. |
![]() | Returns the number of milliseconds since application start. |
![]() | Returns the low part of the current tick-time (using whatever high-resolution counter available) |
![]() | Returns the current tick-time (using whatever high-resolution counter available) |
![]() | Returns how many ticks make up a second. |
![]() | |
![]() | Returns the number of ticks occurring between the two wallclock times. |
![]() | Returns true if newTick represents a later wallclock time than oldTick. |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() |