time in msec
-
Hi could you please remind me how I can get time in msec? time() returns time in sec but I need more precision. Thanks
-
Hi could you please remind me how I can get time in msec? time() returns time in sec but I need more precision. Thanks
Absolute system time or a timer to calculate time differences? Don't try it, just do it! ;-)
-
Hi could you please remind me how I can get time in msec? time() returns time in sec but I need more precision. Thanks
Hi GetTickCount() retrieves the number of milliseconds the system has been running. If you need MicroSecunds You can use QueryPerformanceCounter() and QueryPerformanceFrequency() Iman Ghasrfakhri
-
Hi GetTickCount() retrieves the number of milliseconds the system has been running. If you need MicroSecunds You can use QueryPerformanceCounter() and QueryPerformanceFrequency() Iman Ghasrfakhri