Dec 052017
 
Timeit is a program that times the length of time a program requires to run. Microsoft C source included.
File TIMEIT.ZIP from The Programmer’s Corner in
Category Utilities for DOS and Windows Machines
Timeit is a program that times the length of time a program requires to run. Microsoft C source included.
File Name File Size Zip Size Zip Type
README 658 336 deflated
TIMEIT.C 1590 666 deflated
TIMEIT.EXE 10889 7466 deflated

Download File TIMEIT.ZIP Here

Contents of the README file




Timeit
by
Kevin Kessler

Timeit is a program to time the length of time a program requires to run.
To use, type TIMEIT and then the command to start the program running. I
wrote it to see how much slower a program runs in a multitasking environment,
but it could also be used to compare speeds of computers you are looking to
purchase, among other uses. I hope this is of use to you.

Example: To time a directory display of EXE file, you type

TIMEIT DIR *.EXE

The source code, in Microsoft C 5.1, is included.



 December 5, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)