#include <cel_time.h>
Static Public Member Functions | |
static u64 | getTick () |
static u64 | getTicksPerSecond () |
TimeUtils provides additional Time related stuffs.
|
static |
This function returns the tick count.
The origin of this tick count depends on the platform. The unit for this tick count is obtained by getTicksPerSecond function.
|
static |
This function returns the number of ticks a second.