GetTickCount function kernel32

int GetTickCount()

Retrieves the number of milliseconds that have elapsed since the system was started, up to 49.7 days.

To learn more, see learn.microsoft.com/windows/win32/api/sysinfoapi/nf-sysinfoapi-gettickcount.

Implementation

@pragma('vm:prefer-inline')
int GetTickCount() => _GetTickCount();