Date: Sun, 16 Aug 1998 11:34:57 +0300 (IDT) From: Eli Zaretskii To: Jeff Williams cc: djgpp AT delorie DOT com Subject: Re: UNIX equivalent to DJGPP uclock ? In-Reply-To: <199808131329.IAA03673@kendall.> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 13 Aug 1998, Jeff Williams wrote: > uclock() is not available in the UNIX sys/time.h header. Other timing > routines using clock() or gettimeofday() don't have the resolution I > need. Huh? `gettimeofday' has microsecond resolution as well, look it up in the docs. I suggest to use `gettimeofday', as it is much more portable.