Reference: getTickCount
getTickCount(0) returns the (approximate) number of milliseconds since system power-on (modulo 2^32). Good for performance testing of time-synchronization inside loops.
getTickCount(0) returns the (approximate) number of milliseconds since system power-on (modulo 2^32). Good for performance testing of time-synchronization inside loops.