[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <a72f6a3c0804100740s687beacbh80653107f4a7b702@mail.gmail.com>
Date: Thu, 10 Apr 2008 15:40:59 +0100
From: "Jack Harvard" <jack.harvard@...glemail.com>
To: linux-kernel@...r.kernel.org
Subject: gettimeofday() resolution in Linux?
Hi,
I would like to ask a few questions about how Linux keeps time.
As far as I understand,
1. Linux's time resolution is 10ms, as defined by HZ=100.
2. gettimeofday() can get time in microseconds, but I'm not sure about
the accuracy of the time finer than 10ms. Sometimes gettimeofday( )
can even give me microseconds results rolled backwards in time, which
I suspect could be caused by its accuracy. My question here is "how
accurate is the time from gettimeofday()"
3. If I want to increase the time resolution to 1ms, I can possibly
change HZ=1000, but if I want 1usec resolution, how can I do that? It
would be too busy for the processor to handle so frequent timer
interrupts if I just increase HZ=1000000.
Many thanks/muchas gracias/Danke vielmals!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists