home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / NEWWAVE1.ZIP / PLATFORM / PERF / PERF.DOC next >
Encoding:
Text File  |  1990-05-16  |  4.4 KB  |  86 lines

  1.                             Performance Pack Utility
  2.                                 Version A.01.01
  3.  
  4. The Performance Utility program (PERF) displays available memory in the system
  5. while running under Microsoft Windows 3.0.
  6.  
  7. Installation and Execution:
  8.  
  9. - Copy the PERF files (PERF.EXE, PERFLIB.EXE, and PERFICON.FON), to your
  10.   Windows directory.
  11. - Run PERF.EXE from the Windows directory by double-clicking on the name of the
  12.   application.
  13.  
  14. Performance Tool Window:
  15.  
  16. The main window of the Performance Utility continuously displays the currently
  17. available free memory under Windows.  It is updated once per second, both when
  18. the window is opened and when iconized.  It displays the following information:
  19.  
  20. nnnK  Below-the-Line            (current available below-the-line memory)
  21. nnnK  Perf [Performance Tool]   (current available memory in the application
  22.                                 bank and the name of the selected application)*
  23. nnnK  Current Swap Area Size    (current swap area size of the selected
  24.                                 application)*
  25. nnnK  Maximum Swap Area Size    (maximum swap area size)
  26. nnnnK Expanded Memory at xxxx   (current available expanded memory)
  27.                                 (xxxx is the EMS Line address)
  28. nnnK  Available from SmartDrive (current available expanded memory that can be
  29.                                 borrowed from SmartDrive)
  30.  
  31. *This information pertains to the application that is currently selected in the
  32. Memory window.  When you first start the application, PERF is the selected
  33. application.  If you want to select a different application, refer to the
  34. Memory window section below.  The rest of the information listed pertains to
  35. the system and does not change when different applications are selected in the
  36. Memory window.
  37.  
  38. When PERF is iconized it displays:
  39.  
  40. nnnB                            (current available below-the-line memory)
  41. nnnK                            (current available memory in the selected
  42.                                 application's bank)
  43. XXXX                            (the first four characters of the selected
  44.                                 application's Window Class name)
  45. nnnn                            (current available expanded memory)
  46.  
  47. PERF main window has two pulldown menus:
  48.  
  49. -  Action menu: used to select the Memory or Timer windows.  It is also used to
  50.    select the About box and the Windows version information box.  The Windows
  51.    box tells you the version number and whether it is a debugging or a non-
  52.    debugging version of Windows.
  53. -  Settings menu:  if the Memory command is selected, then the main window
  54.    displays information on the application that is highlighted in the Memory
  55.    window.  If the Focus command is selected, then the PERF window will display
  56.    information on the application that has user focus.
  57.  
  58. Memory Window:
  59.  
  60. This  window displays a list of the currently active applications.  Information
  61. about the application selected in this window is shown in the main PERF  window
  62. if  the  Memory  command  from  the  Settings  menu  of the main PERF window is
  63. selected.  If the selected application is then closed,  then  PERF  reverts  to
  64. displaying  information  about  itself.  Changing the selected application does
  65. not change the system  information  such  as  below-the-line  memory,  expanded
  66. memory, or the EMS line address.
  67.  
  68. Menus  in  this window provide additional functions for application developers.
  69. These allow the developers to allocate  and  free  memory  in  different  block
  70. sizes,  discard memory blocks that are marked as discardable, and set different
  71. swap area sizes. Detailed explanations are provided in the HP NewWave Developer
  72. Kit.
  73.  
  74. Timer Window:
  75.  
  76. This  window  can  be used to time activities in the system.  The "manual" mode
  77. functions as a stopwatch.  "Auto" mode allows the user to measure the  time  it
  78. takes  to  perform  an action in the system.  For example, you can find out how
  79. long it takes you to open an application window.  To do this, just select "Set"
  80. in  the  Timer  window  and then double-click on the icon or program.  When the
  81. window has been opened, the Timer window shows the  elapsed  time.   Note  that
  82. once  you  have "Set" the timer, anything you do in the system will cause it to
  83. measure that activity.  So if you single-click on a different window before you
  84. double-click on the application that you want to open, the single-click will be
  85. the activity that gets timed.
  86.