المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to get time in microseconds?



C++ Programming
04-02-2009, 05:24 PM
Hello !

Hai in my application i have to display time taken for execution, at present i am using GetTickCount (), this function gives time in milliseconds, i need more detailed result i.e in microseconds, is there any similiar function?

thanks!