Difference between revisions of "Getticks"
From OpenEUO
Line 1: | Line 1: | ||
getticks () | getticks () | ||
Returns the number of milliseconds elapsed since system start. The resolution of the GetTickCount function is limited to the resolution of the system timer, which is typically in the range of 10 milliseconds to 16 milliseconds. | Returns the number of milliseconds elapsed since system start. The resolution of the GetTickCount function is limited to the resolution of the system timer, which is typically in the range of 10 milliseconds to 16 milliseconds. | ||
+ | |||
+ | [[Gettime]] | ||
+ | |||
+ | [[Wait]] | ||
[http://msdn.microsoft.com/en-us/library/ms724408%28VS.85%29.aspx Windows API - GetTickCount function] | [http://msdn.microsoft.com/en-us/library/ms724408%28VS.85%29.aspx Windows API - GetTickCount function] |
Latest revision as of 10:07, 9 October 2010
getticks ()
Returns the number of milliseconds elapsed since system start. The resolution of the GetTickCount function is limited to the resolution of the system timer, which is typically in the range of 10 milliseconds to 16 milliseconds.