home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c220 / 1.ddi / README.PRF < prev    next >
Encoding:
Text File  |  1990-12-16  |  1.9 KB  |  80 lines

  1.        Copyright (C) 1990 MetaWare Incorporated.  All Rights Reserved.
  2.  
  3.                              MetaWare Profiler
  4.                                 Version 1.0
  5.                                December 1990
  6.  
  7.  
  8. Table of Contents
  9. -----------------
  10.  
  11.  1.  Release Notes
  12.  2.  Profiler Files
  13.  3.  Sample Link Script
  14.  4.  Problems
  15.  
  16.  
  17. 1.  Release Notes
  18. -----------------
  19.  
  20. See the Profiler User's Guide for a complete description of the Profiler and
  21. how it is used.
  22.  
  23. The Profiler is a protected-mode program; it run only on an 80386 or 80486
  24. machine.
  25.  
  26. The Profiler currently does not work under ERGO Computing's OS/386.
  27.  
  28.  
  29. 2.  Profiler Files
  30. ------------------
  31.  
  32.    small\mwprof.obj   -- The Monitor object file (actually five object files
  33.                          concatenated).
  34.  
  35.    inc\profile.h      -- Monitor function prototypes.
  36.  
  37.    profile.exe        -- The Profiler.
  38.  
  39.  
  40. 3.  Sample Link Script
  41. ----------------------
  42.  
  43. This is a list of the contents of a sample link command file for the Phar Lap
  44. linker and MetaWare Profiler:
  45.  
  46.    mwprof.obj
  47.    sample.obj
  48.    -lib d:\d386\small\hce.lib
  49.    -lib d:\d386\small\na.lib
  50.    -realbreak end_real
  51.    -cvsymbols
  52.    -exe sample
  53.  
  54.  
  55. 4.  Problems
  56. ------------
  57.  
  58. If you think you have discovered a Profiler problem, send a problem report to
  59. MetaWare Customer Service.  If possible, please send a test case that
  60. demonstrates the problem.
  61.  
  62. All problem reports must include your serial number and specify which version
  63. of the compiler you are using.  If your sample code exceeds 15 lines, please
  64. send it by diskette to the address below, or by E-mail to:
  65.  
  66.    uunet!acad!metaware!tech
  67.              -or-
  68.    Internet tech@metaware.com
  69.              -or-
  70.    INTERNET:tech@metaware.com
  71.  
  72. MetaWare Customer Service can be reached at (408) 429-6111, 8:00 am to 4:30 pm
  73. Monday through Friday.
  74.  
  75.  
  76. MetaWare Incorporated
  77. 2161 Delaware Avenue
  78. Santa Cruz, CA 95060-5706
  79. (408)429-6382  FAX:(408)429-9273
  80.