Re: do_gettimeofday vs. rdtsc in the scheduler

From: David S. Miller (davem@redhat.com)
Date: Tue Sep 17 2002 - 18:12:15 EST


   From: James Cleverdon <jamesclv@us.ibm.com>
   Date: Tue, 17 Sep 2002 15:55:52 -0700
   
   The initial sync was easy, even with variable latencies on cache lines. A
   much simplified NTP-ish algorithm works fine. The painful thing was bus
   clock drift and programs that foolishly relied on the TSC being the same
   between CPUs and between nodes.

This is why the gettimeofday implementation should use the system tick
thing and also any profiling support in the C library should avoid
TSC as well.

For small stretches of code TSC can be used for very precise profiling
but otherwise it is pretty useless by in large.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Sep 23 2002 - 22:00:21 EST