home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / BENCHMAR / TYME20.ZIP / TYME.DOC next >
Encoding:
Text File  |  1990-11-03  |  1.3 KB  |  41 lines

  1.                                TYME 2.0
  2.  
  3.                         Program execution timer
  4.  
  5.                                   by
  6.                                Bob Eyer
  7.                              [73230,2620]
  8.  
  9.                               Nov 4, 1990
  10.  
  11.      Syntax:
  12.  
  13.      TYME Pgmname parameters
  14.  
  15.      Function
  16.      --------
  17.      Finds the execution time of a test program.  Time is  in  seconds,
  18.      accurate  to  the  nearest  CPU  clock  tick  (each  clock tick is
  19.      equivalent to 0.055 seconds).
  20.  
  21.      Requires only 10k to run, meaning that you need about 10k over and
  22.      above the simple memory requirement of the program run by TYME.
  23.  
  24.      Advantages
  25.      ----------
  26.      TYME  2.0  is  one  of  the  smallest  execution  timer  currently
  27.      available.
  28.  
  29.      DISCLAIMER:
  30.      ==========
  31.      This program is circulated as public domain without any  guarantee
  32.      or  warranty;  and  the  user, by downloading this program, or any
  33.      variant thereof or by receiving it or any of its versions  in  any
  34.      other  form, agrees to accept full responsibility for its use.  It
  35.      is therefore understood that the user accepts this program or  any
  36.      previous  version  as  is.
  37.  
  38.      ------------------------------------------------------------------
  39.      End of documentation.
  40.  
  41.