home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / sdk / bin / wap.txt < prev    next >
Encoding:
Text File  |  1995-07-11  |  2.5 KB  |  68 lines

  1.  
  2.            Microsoft Windows 32-bit API Profiler SRC Directory README File
  3.  
  4.                          Windows 32-bit API Profiler
  5.  
  6.  
  7.  
  8. 1. Description
  9.         The Windows API profiler will provide details of Win32 API usage
  10.         by your application.  It consists of the following set of files, 
  11.         which must be on your path when profiling an application:
  12.             
  13.             apfcvt.exe
  14.             apf32dmp.exe
  15.             fastimer.dll
  16.             zernel32.dll
  17.             zdvapi32.dll
  18.             zdi32.dll
  19.             zser32.dll
  20.             zrtdll.dll 
  21.  
  22. 2. Using the Profiler
  23.  
  24.         o  To use the profiler,
  25.  
  26.            - Convert the application to load the profiling dlls:
  27.                -- To convert the application to load ALL the profiling
  28.                   dlls, type "apfcvt win32 <appname>", where <appname>
  29.                   is the name of the application with the ".exe"
  30.                   extension.
  31.                -- To convert the application to load only a few of
  32.                   the profiling dlls, type "apfcvt <dll list> <appname>"
  33.                   where <dll list> is the list of PROFILING dlls to load
  34.                   without the ".dll" extension and <appname> is as above.
  35.  
  36.                   for example,
  37.  
  38.                        apfcvt zernel32 zdi32 excel.exe
  39.  
  40.                   will convert excel.exe to load zernel32.dll and zdi32.dll.
  41.  
  42.            - Start Apf32dmp
  43.  
  44.            - Run the application to be profiled.
  45.  
  46.            - Apf32dmp may be used to dump data during the profiling run.
  47.              Data will be dumped to <dll>.wap.  The file extension
  48.              may be changed in the dialog box.
  49.  
  50.            - Data will be dumped to <dll>.end once the application
  51.              has finished and the dump program has stopped.
  52.  
  53.            - Restore the application to its original state.  To restore
  54.              an application from ALL the profiling dlls, type
  55.              "apfcvt undo <appname>" where appname is the name of
  56.              the application, with the ".exe" extension.
  57.  
  58.              To restore an application from selected dlls, type
  59.              "apfcvt <dll list> <appname>" where <dll list> is
  60.              the list of the SYSTEM dlls to restore, without the
  61.              ".dll" extension.
  62.  
  63.              For example, if the application was converted to load
  64.              zernel32.dll and zdi32.dll, but you wish to restore gdi32.dll,
  65.          type "apfcvt gdi32 <appname>".
  66.  
  67. *** END OF README ***
  68.