Dear Suneel,
In linux jiffies gives the clock ticks. This value is depends on the HZ
value defined in the linux/sched.h file.
The do_gettimeofday() will gives the values in structure variable of
type timeval structure which contains the two variables called seconds
and micro seconds. Structure timeval is included in the linux/time.h
file.
Regards,
Srinivas G
-----Original Message-----
From: kernelnewbies-***@nl.linux.org
[mailto:kernelnewbies-***@nl.linux.org] On Behalf Of Suneel Kandru
Sent: Monday, March 07, 2005 12:08 PM
To: ***@nl.linux.org
Subject: How to get tick count on linux
what is the windows GetTickCount() equal function linux
Thank you