From: george anzinger <george@mvista.com>
To: Joel Becker <Joel.Becker@oracle.com>
Cc: john stultz <johnstul@us.ibm.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: Clock monotonic a suggestion
Date: Fri, 21 Mar 2003 00:01:13 -0800 [thread overview]
Message-ID: <3E7AC6C9.5000401@mvista.com> (raw)
In-Reply-To: <20030321025045.GX2835@ca-server1.us.oracle.com>
Joel Becker wrote:
> On Thu, Mar 20, 2003 at 04:16:13PM -0800, george anzinger wrote:
>
>>Define CLOCK_MONOTONIC to be the same as
>>(gettimeofday() + wall_to_monotonic).
>>...
>>Both clocks will tick at the same rate, even under NTP corrections.
>>The conversion is a simple (well almost simple) add.
>>Both clocks will have the same resolution.
>
>
> The issue for CLOCK_MONOTONIC isn't one of resolution. The
> issue is one of accuracy. If the monotonic clock is ever allowed to
> have an offset or a fudge factor, it is broken. Asking the monotonic
> clock for time must always, without fail, return the exact, accurate
> time since boot (or whatever sentinal time) in the the units monotonic
> clock is using. This precludes gettimeofday().
To carry this to the absurd, it also precludes most anything other
than a GPS or WWV based clock. If we are to have any clock that is
right (to its resolution) it will require help from NTP or some other
standard (such as GPS). From this point of view we are better off
with gettimeofday() which is NTP corrected.
On might argue for a system the other way around, i.e. the monotonic
clock is NTP corrected and used to derive gettimeofday by adding an
offset. Set time would then just set this offset. I think this would
work, but haven't found a really good argument for doing it this way,
given that we already have gettimeofday set up to use NTP.
Buried in here is a need to rate correct the sub jiffie interpolation
done by gettimeofday, but that has already been pointed out by others
and should be done in any case.
> If the system is delayed (udelay() or such) by a driver or
> something for 10 seconds, then you have this (assume gettimeofday is
> in seconds for simplicity):
>
> 1 gettimeofday = 1000000000
> 2 driver delays 10s
> 3 gettimeofday = 1000000000
> 4 timer notices lag and adjusts
Uh, how is this done? At this time there IS correction for delays up
to about a second built into the gettimeofday() code. You seem to be
assuming that we can do better than this with clock monotonic. Given
the right hardware, this may even be possible, but why not correct
gettimeofday in the same way?
> 5 gettimeofday = 1000000010
>
> In the usual case, if a program calls gettimeofday() between 3
> and 4, the program gets the wrong time. For most programs, this doesn't
> matter. CLOCK_MONOTONIC is designed for those uses where it absolutely
> matters. If an application queries CLOCK_MONOTONIC at 3.5, it must
> return 1000000010, not 1000000000.
>
> Joel
--
George Anzinger george@mvista.com
High-res-timers: http://sourceforge.net/projects/high-res-timers/
Preemption patch: http://www.kernel.org/pub/linux/kernel/people/rml
next prev parent reply other threads:[~2003-03-21 7:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-21 0:16 Clock monotonic a suggestion george anzinger
2003-03-21 2:50 ` Joel Becker
2003-03-21 5:53 ` Chris Friesen
2003-03-21 8:10 ` george anzinger
2003-03-21 8:01 ` george anzinger [this message]
2003-03-21 19:43 ` Joel Becker
2003-03-21 20:53 ` john stultz
2003-03-21 13:17 ` Martin Waitz
2003-03-21 19:18 ` george anzinger
2003-03-21 19:46 ` Joel Becker
2003-03-21 19:44 ` Joel Becker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3E7AC6C9.5000401@mvista.com \
--to=george@mvista.com \
--cc=Joel.Becker@oracle.com \
--cc=johnstul@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox