"Nick" <nucleardachshu nd@yahoo.com.au > wrote in message news:vdplqv02i3 idf890m1cjcovfr javn9rn3k@4ax.c om...[color=blue]
> Is there any way to get times that are smaller than a millisecond?
> Perhaps some library?[/color]
Not portably. You need to check your particular OS for what
timing features they provide. For Solaris we use gethrtimer.
For Windows we use QueryPreformanc eCounter.
Comment