Is there any method to calculate the elapsed time in micro sceonds...I tried elapsed() but it gives time in milli seconds...
Is there any method to calculate the elapsed time in micro sceonds...I tried elapsed() but it gives time in milli seconds...
on windows you could try this:
http://www.codeproject.com/datetime/...0&select=89824
and for linux look here if you can use some code:
http://lists.trolltech.com/qt-intere.../msg00007.html
http://lists.trolltech.com/qt-intere.../msg00653.html
No, none that I know of...
Would it be to inaccurate to multiply by 1000 the number of milliseconds?
Regards
Bookmarks