X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <000a01c1c873$3cd26460$0fe9c997@robertjr> From: "bob brozewicz" To: "Eli Zaretskii" , References: <002b01c1c867$065c8d40$0fe9c997 AT robertjr> Subject: Re: timing routines... Date: Sun, 10 Mar 2002 15:36:17 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp AT delorie DOT com ill look into this, thank you. ----- Original Message ----- From: "Eli Zaretskii" To: "bob brozewicz" Cc: Sent: Sunday, March 10, 2002 3:24 PM Subject: Re: timing routines... > > From: "bob brozewicz" > > Date: Sun, 10 Mar 2002 14:08:22 -0500 > > > > can someone please share with me a 'c' routine that can be used to > > display how long a program executes in hours/minutes/second and down > > to the lowest time possible. > > > > i want to be able to time how long a program runs. > > Try this: > > redir -t your-program.exe ... > > (put any command-line arguments your program needs instead of the > "..."). > > `redir' is part of djdev203.zip, and should already be on your system. >