Message-Id: <199808131329.IAA03673@kendall.> Date: Thu, 13 Aug 1998 08:29:56 -0500 (CDT) From: Jeff Williams Reply-To: Jeff Williams Subject: UNIX equivalent to DJGPP uclock ? To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: iXjju90b+LfMl7u3IcxXmg== Precedence: bulk Hi, I'm using the uclock() function in DJGPP for microsecond resolution timing of some numerical integration routines. When I tried to run my timing program on my SPARCstation at work, I found discovered that 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. Does anyone know of a UNIX equivalent for DJGPP's uclock() ? TIA, jeff williams