Subject: Re: High res timer on i386
To: <>
From: David Laight <david@l8s.co.uk>
List: netbsd-help
Date: 08/06/2003 16:16:33
On Wed, Aug 06, 2003 at 10:48:55AM -0400, Michael D. Spence wrote:
> Windows has QueryPerformanceFrequency and QueryPerformanceCounter, 
> which evidently do something with a high-resolution clock.  
> 
> Does NetBSD offer access to this device?

gettimeofday() gives microsecond resolution - which is about as good
as you'll get since it costs the kernel of the order of a usec to
get an accurate time.

	David

-- 
David Laight: david@l8s.co.uk