home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 319_01 / read.me2 < prev    next >
Text File  |  1990-06-18  |  2KB  |  66 lines

  1. FILE NAME: read.me2
  2. February 1, 1990
  3.  
  4.  
  5. Please read the read.me file on CPP disk 1 as well as this file.
  6.  
  7.  
  8. REWARD
  9.  
  10. A reward of $5.12 is cheerfully paid to the first person who finds any bug in
  11. CPP's code.  Typo's in the code or in the documentation are worth $1.28.
  12.  
  13.  
  14. AUTHOR
  15.  
  16. All programs on this disk were written by:
  17.  
  18.     Edward K. Ream
  19.     1617 Monroe Street
  20.     Madison, WI 53711
  21.     (608) 257-0802
  22.  
  23.  
  24. PUBLIC DOMAIN SOFTWARE
  25.  
  26. The sole author and owner of CPP, Edward K. Ream, hereby places CPP and
  27. all other files on this disk in the public domain.
  28.  
  29.  
  30. DISCLAIMER
  31.  
  32. With respect to the programs and documentation contained on this disk,
  33. Edward K. Ream specifically disclaims all warranties, express or implied,
  34. including but not limited to implied warranties of merchantability and fitness
  35. for a particular purpose.  In no event shall Ream be liable for any loss of
  36. profit or commercial damage, including but not limited to special, incidental,
  37. consequential or other damages.
  38.  
  39.  
  40. USING SHERLOCK TO EXPLORE CPP
  41.  
  42. This disk contains documentation for the Sherlock(TM) debugging system, along 
  43. with cppdb.exe and cppdbx.exe, executable versions of CPP that contains
  44. Sherlock macros compiled in.  cppdb.exe gathers timing statistics using the PC
  45. hardware while cppdbx.exe does not.  You may use these Sherlock macros to trace
  46. the execution of CPPDB or CCPDBX.
  47.  
  48. The file sherlock.doc contains an introduction to Sherlock, the Sherlock User's 
  49. Guide and Reference Guide, as well as documentation for several tools supplied 
  50. with the Sherlock system:  SPP, SDEL, SDIF and CPP itself.
  51.  
  52. Sherlock macros lie dormant until unabled from the command line.  All output 
  53. from Sherlock macros is sent to standard output, which may, of course,
  54. be redirected to any file from the command line.  To enable a list of
  55. statistics gathered during CPP's execution, invoke CPP as follows:
  56.  
  57.     c>CPPDB  ++dump   or
  58.     c>CPPDBX ++dump
  59.  
  60. Check the source code for CPP for the names of the tracepoints to enable, or 
  61. simply look through the dump of statistics produced using ++dump.
  62.  
  63. You may recompile CPP without actually removing the Sherlock macros even if you 
  64. do not own Sherlock.  Simply rename the file sldummy.h to sl.h.  The file 
  65. sldummy.h contains do-nothing macro definitions for all Sherlock macros.
  66.