Re: [PATCH] Win32 equivalent to GetTickCount systemcall (i386)

From: David Engraf
Date: Tue Dec 06 2005 - 07:10:04 EST


> * David Engraf <engraf.david@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> > > (and.. wait.. isn't that called gettimeofday() )
> >
> > Not really gettimeofday is based on the date and time, but what if the
> > user changes the date, the counter would also change.
>
> see 'man clock_gettime', and CLOCK_MONOTONIC:
>
> CLOCK_MONOTONIC
> Clock that cannot be set and represents monotonic time
> since
> some unspecified starting point.
>
> and it has microsecond resolution.
>
> Ingo

You're right, clock_gettime with CLOCK_MONOTONIC seems to be date/time
independent. For a GetTickCount implementation it is absolutely enough.

Thanks
David Engraf


____________
Virus checked by G DATA AntiVirusKit
Version: AVK 16.2039 from 06.12.2005
Virus news: www.antiviruslab.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/