From: Elliott Oti Newsgroups: comp.os.msdos.djgpp Subject: Re: Zen Timer Date: Tue, 07 Jan 1997 03:18:47 -0800 Organization: Academic Computer Centre Utrecht, (ACCU) Lines: 13 Message-ID: <32D23117.741B@stud.warande.ruu.nl> References: <5aq4oe$t0u AT nntp DOT novia DOT net> NNTP-Posting-Host: warande1078.warande.ruu.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Alaric Dailey wrote: > > Just so I dont have to go through and do it myself I was wondering if > anyone had converted the time in "The Zen of Code Optimization" for use > with Djgpp? I believe SciTech (http://www.scitech.com) has a djgpp version on their site. If microsecond accuracy (~10 us) is sufficient you might want to look at the uclock timer routines by Jon Griffiths, that was distributed with the 1.5 release of jlib (it's probably there in newer versions). Elliott