Date: Tue, 27 Apr 1999 15:26:53 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: stef cc: djgpp AT delorie DOT com Subject: Re: time in miliseconds In-Reply-To: <37240ABA.5F06@adagio.iut.univ-aix.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 26 Apr 1999, stef wrote: > how can i have the time elapsed since the begin of my program in > miliseconds ? Use library function `uclock', it is accurate to 1 microsecond (actually, slightly more).