home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / sysutl / timer1.arc / TIMER.DOC next >
Text File  |  1987-12-04  |  2KB  |  47 lines

  1.  
  2.                        TIMER by Calvin R. Shields
  3.                       ============================
  4.  
  5.    TIMER is a utility that allows you to check execution times, including
  6. time to load and execute, of a program.  Unlike other 'timers' available,
  7. TIMER does not 'TSR' and you do not have to manaully start or stop it.  To
  8. time a program's execution is as simple as "TIMER programname".  TIMER
  9. executes the program for you and, upon completion, will display the total
  10. elapsed time of execution.
  11.  
  12.    Any command may be given to TIMER including DOS's built-in commands such
  13. as COPY or DIR.  TIMER always makes an attempt to load and execute the
  14. program itself first and if it fails, as in the case of "TIMER DIR", it
  15. invokes a secondary copy of the command-processor and passes the command to
  16. it for resolution.  After the command-processor executes the command, TIMER
  17. displays the results just as if it had executed it!
  18.  
  19.    One note about invoking the secondary command-processor is that doing so
  20. 'loses' the initial TIMER command from the keyboard buffer.  What this means
  21. is that you will not be able to hit <F3> to repeat the TIMER command on
  22. built-in commands or program not found errors.
  23.  
  24.    For example:  TIMER CHKDSK C:/F   -- command will remain in key-buffer
  25.                  TIMER DIR C:        -- command will be lost from key-buffer
  26.  
  27.    As a quick example of how you can use TIMER in everyday events, I executed
  28. the command "TIMER EDIT TIMER.DOC" when I started this file.  To give you an
  29. ideal of how poorly I type I will exit and find out how long the above text
  30. took to type in.  -- BE RIGHT BACK...
  31.  
  32.    Oh, well, slower than I thought; "00:22:53.20" which is about 23 minutes.
  33.  
  34.    I hope you enjoy this utility and use it often.  If you find it benifits
  35. you, stick a contribution of $1.00 in an envelope & mail it to me...  if you
  36. find any problems with TIMER, jot them down and send them...  if you just
  37. want to say hello, please do so...  Doing any of these will put your name
  38. on my private mailing list of future utility products.
  39.  
  40.    Enjoy...
  41.  
  42.                            Calvin R. Shields
  43.                            6605 Lure Lane
  44.                            Louisville, KY 40229
  45.                            (502) 966-3258
  46.  
  47.