sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.doc.user/html/reference/analyzer/menu_memory_graph.htm
changeset 2 b9ab3b238396
child 5 844b047e260d
equal deleted inserted replaced
1:1050670c6980 2:b9ab3b238396
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       
     2 "http://www.w3.org/TR/html4/loose.dtd">
       
     3 <html>
       
     4 <head>
       
     5 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
       
     6 	<title>Memory Graph Menu</title>
       
     7     <link href="../../../book.css" rel="stylesheet" type="text/css">
       
     8 </head>
       
     9 
       
    10 <body>
       
    11 <h2>Memory Graph Menu </h2>
       
    12 <p>The <strong>Memory Graph</strong> menu is available whenever a <span class="code">.npi</span> or <span class="code">.bap</span> data file is opened that contains memory usage trace data. Use it to modify how the graph is calculated, view memory statistics, and control how the memory information is displayed. </p>
       
    13 <p align="center"><img src="images/menu_memory_usage.png" width="412" height="151"></p>
       
    14 <p class="figure">Figure 1. Memory Graph menu items </p>
       
    15 <h5>Table 1. Memory Graph &mdash;menu items
       
    16 </h5>
       
    17 <table width="778"
       
    18 border="0" cellpadding="2" cellspacing="0">
       
    19   <tr valign="top">
       
    20     <th width="236" class="Cell">Menu Item </th>
       
    21     <th width="532" class="Cell">Description</th>
       
    22   </tr>
       
    23   <tr valign="top">
       
    24     <td class="Cell"><b>Memory Usage Statistics </b></td>
       
    25     <td class="Cell">Open the <a href="wnd_memory_usage_statistics.htm">Memory Usage Statistics</a> dialog. </td>
       
    26   </tr>
       
    27   <tr valign="top">
       
    28     <td class="Cell"><p><b>Show Chunk Usage </b></p></td>
       
    29     <td class="Cell"><p>Select<b> Show Chunk Usage</b> to show  chunks allocated to threads. Heap threads are not included. The graph refreshes and scales the vertical axis to cover the maximum non-heap chunk usage of the entire graph or the current selected threads. </p></td>
       
    30   </tr>
       
    31   <tr valign="top">
       
    32     <td class="Cell"><b>Show Stack/Heap Usage </b></td>
       
    33     <td class="Cell">Select<b> Show Stack/Heap Usage</b> to show thread heap chunks.</td>
       
    34   </tr>
       
    35   <tr valign="top">
       
    36     <td class="Cell"><b>Show Current and Stack/Heap Usage </b></td>
       
    37     <td class="Cell">This is the default setting showing both the current and stack/heap usage portions of the graph.</td>
       
    38   </tr>
       
    39   <tr valign="top">
       
    40     <td class="Cell"><b>Dynamically Rescale to Selected Threads </b></td>
       
    41     <td class="Cell">Enable to rescale the vertical axis of the graph to
       
    42 
       
    43 
       
    44 the maximum memory usage in the entire graph by the threads currently checked in the CPU load table. When disabled, rescale the vertical axis to the maximum memory usage of all threads in the entire graph. The default settings is disabled. </td>
       
    45   </tr>
       
    46 </table>
       
    47 <p><strong>Related references </strong></p>
       
    48 <ul>
       
    49   <li><a href="main_view.htm">Analyzer View</a></li>
       
    50 <li><a href="view_memory_usage.htm">Memory Usage View</a></li>
       
    51 <li><a href="wnd_memory_usage_statistics.htm">Memory Usage Statistics</a> </li>
       
    52 </ul>
       
    53 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
       
    54 </body>
       
    55 </html>