ulong getTickCount64()
Gets the system tick count.
Example:
auto ticks = getTickCount64(); writeln("System uptime: ", ticks, " ms");