home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6571.LZX / extras / sprof / READ.ME < prev    next >
Encoding:
Text File  |  1996-12-24  |  897 b   |  21 lines

  1. SPROF utility source code Copyright (c) 1993 SAS Institute, Inc.
  2. All Rights Reserved.
  3. -----------------------------------------------------------------
  4.  
  5. This directory contains the source code to the SPROF utility.
  6. SPROF basically receives messages from the executable being
  7. profiled each time a function is entered or exited.  It
  8. accumulates time information and produces reports.
  9.  
  10. You can make it produce a report by hitting CTRL-F or by using
  11. the REPORT keyword when invoking it.
  12.  
  13. If the FORCE keyword is specified, SPROF will produce the report
  14. as soon as it is requested, but this will affect the times
  15. calculated for the program.  If FORCE is not on, the report
  16. request will be noted, and the next time a function entry or
  17. exit message is received, SPROF will produce the report.  The
  18. time spent producing the report in this situation will not count
  19. against the program's calculated times.
  20.  
  21.