GetTickCount64 v0.1.0
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
Windows— the package overview