Date: Tue, 3 Mar 1998 10:51:03 +0200 (IST) From: Eli Zaretskii To: "D. Huizenga" cc: djgpp AT delorie DOT com Subject: Re: A question about DJGPP's clock?() In-Reply-To: <34FB744B.D26C1712@concentric.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 2 Mar 1998, D. Huizenga wrote: > I have a quick question about clock(). Does DJGPP have a way to > increase the 'resolution' of the time returned by this function? I don't > care if it's standard/portable.. Use `uclock' from the library, it has 830-nsec resolution. You need to be aware that it has problems on Windows, though.