getTickCount64

fnulong getTickCount64() @trusted nothrow

Gets the system tick count.

Returns

System tick count in milliseconds.

Example:

auto ticks = getTickCount64();
writeln("System uptime: ", ticks, " ms");