GetTickCount64 v0.1.0

Source
Returns milliseconds elapsed since system startup.

Package: Windows

Microsoft documentation: GetTickCount64

Signature

func GetTickCount64() -> uint64;

Returns

uint64 — the monotonic system tick count in milliseconds. Use differences between readings to measure elapsed time.

See also