home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sppato10.zip / sppato / disk1 / README.DOC < prev    next >
Text File  |  1991-06-04  |  4KB  |  113 lines

  1.  
  2.                                README.DOC File
  3.  
  4.              Release Notes for the Microsoft(R) Source Profiler
  5.                    Performance Analysis Tool, Version 1.0
  6.  
  7.                   (C) Copyright Microsoft Corporation, 1991
  8.                                           
  9.      This document contains release notes for version 1.0 of the
  10.      Microsoft Source Profiler Performance Analysis Tool for MS-DOS(R),
  11.      the Microsoft Operating System/2 (MS(R) OS/2(R)), and the Microsoft
  12.      Windows(TM) graphical environment. The information in this document
  13.      and in the Microsoft Advisor (online help) is more up-to-date than
  14.      that in the manuals.
  15.   
  16.      Microsoft improves its languages documentation at the time of
  17.      reprinting, so some of the information in this file may already be
  18.      included in your manuals.
  19.  
  20.  
  21.  
  22. ================================< Contents >================================
  23.  
  24.   
  25.      This file has 2 parts:
  26.   
  27.                Part     Contents
  28.                ----     --------
  29.                1        Installation Reminders
  30.  
  31.                2        Notes on "User's Guide"
  32.  
  33.  
  34.  
  35.  
  36. ======================< Part 1: Installation Reminders >====================
  37.  
  38.  
  39.      Profiling with Windows
  40.      ----------------------
  41.  
  42.      Before attempting to profile with Windows, make sure that you
  43.      follow the directions in "Modifying Your Windows Configuration"
  44.      on page 10 of the "User's Guide."
  45.  
  46.  
  47.      Profiling with the Programmer's Workbench
  48.      -----------------------------------------
  49.  
  50.      The TOOLS.PRE file contains key and color assignments for using
  51.      the Profiler with PWB. Make sure that you add the contents of this
  52.      file to your TOOLS.INI before running the profiler from PWB.
  53.  
  54.      The profiler PWB extension will automatically load only if the
  55.      extension file (PWBPROF.MXT or PWBPROF.PXT) is in the same directory
  56.      as the PWB executable file (PWB.COM or PWB.EXE)
  57.  
  58.  
  59.  
  60. =====================< Part 2: Notes on "User's Guide" >====================
  61.  
  62.  
  63.      Profiling with OS/2
  64.      -------------------
  65.  
  66.      Add the following paragraphs to "Using the Profiler with OS/2 1.x"
  67.      on page 71.
  68.  
  69.      PROFILE collects information on the executable file that it is
  70.      told to profile; it does not profile additional spawned processes.
  71.  
  72.      OS/2 does not support the sampling profiling method.
  73.  
  74.      The profiler will profile the first instance of any and all
  75.      DLL's. It will not collect statistics after the DLL has been
  76.      freed with DosFreeModule and reloaded with DosLoadModule.
  77.  
  78.  
  79.      Profiling with Windows
  80.      ----------------------
  81.  
  82.      Add the following paragraphs to "Using the Profiler with Microsoft
  83.      Windows" on page 72.
  84.  
  85.      PROFILEW.EXE is a Windows-compatible executable file; it includes
  86.      an icon and can be run from the Program Manager. When invoked,
  87.      PROFILEW brings up a dialog box asking for command-line options.
  88.      You can also set profiler command-line options by choosing Properties
  89.      from the Windows Program Manager File menu.
  90.  
  91.      PROFILEW collects information on the executable file that it is
  92.      told to profile; it does not profile additional spawned processes.
  93.  
  94.      The profiler will profile the first instance of any and all
  95.      DLL's. It will not collect statistics after the DLL has been
  96.      freed with FreeLibrary and reloaded with LoadLibrary.
  97.  
  98.  
  99.      Additional Error Messages
  100.      -------------------------
  101.  
  102.      Add the following error message to Appendix F, "Error Messages."
  103.  
  104.  
  105.      Profiler fatal error PR1430
  106.  
  107.      The profiler requires WINDEBUG.386 in enhanced mode.
  108.  
  109.      There must be a copy of WINDEBUG.386 installed on your system.
  110.  
  111.      WINDEBUG.386 must be in the Windows device driver directory and
  112.      specified in the [386Enh] section of the Windows SYSTEM.INI file.
  113.