On Tue, 2006-05-30 at 09:23 +0200, Clemens Ladisch wrote:
If you want to avoid the syscall overhead, you can try
to call mmap() on
/dev/hpet and read the timer directly. In that case, you don't need to
use any header.
and as a reminder, there is code within JACK now to do this, if you want
an example. it was written by jussi laako. jackd can be told to use the
HPET timer rather than gettimeofday or the cycle counter using the
-"-clock hpet" command line argument.
the code is in JACK SVN, publically accessible at:
http://subversion.jackaudio.org/jack/trunk/jack
--p "silly URL"