#include <cel_time.h>
Static Public Member Functions | |
| static u64 | getTick () |
| static u64 | getTicksPerSecond () |
TimeUtils provides additional Time related stuffs.
| static u64 Celartem::TimeUtils::getTick | ( | ) | [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 u64 Celartem::TimeUtils::getTicksPerSecond | ( | ) | [static] |
This function returns the number of ticks a second.