System.getTickCount

Function/Meaning

Get tick count

Type
Systemclassmethod of
Syntax
getTickCount()
Arguments
Return value

The tick count (64-bit integer) is returned.

Explanation

The tick count is a number that counts up every 1/1000 second.
You can use this method to get the tick count at two time points and take the difference to know the time difference between the two time points.