Re: Microsecond accuracy

2000-12-07 Thread Kotsovinos Vangelis
On Thu, 7 Dec 2000, Christopher Friesen wrote: > Kotsovinos Vangelis wrote: > > > > Is there any way to measure (with microsecond accuracy) the time of a > > program execution (without using Machine Specific Registers) ? > > I've already tried getrusage(), times

Re: Microsecond accuracy

2000-12-07 Thread Kotsovinos Vangelis
w.opersys.com/LTT > > Karim > > Kotsovinos Vangelis wrote: > > > > Is there any way to measure (with microsecond accuracy) the time of a > > program execution (without using Machine Specific Registers) ? > > I've already tried getrusage(), times() and cl

Microsecond accuracy

2000-12-07 Thread Kotsovinos Vangelis
Is there any way to measure (with microsecond accuracy) the time of a program execution (without using Machine Specific Registers) ? I've already tried getrusage(), times() and clock() but they all have 10 millisecond accuracy, even though they claim to have microsecond acuracy. The only thing th