GetSysTickCount Function

Returns the operating system's "tick count," which is a number of milliseconds since the operating system loaded. This can be used for basic benchmarks.

int GetSysTickCount()

Return Value

Tick count in milliseconds.