sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.doc.user/html/concepts/graphics_memory_usage_capture.htm
changeset 12 ae255c9aa552
equal deleted inserted replaced
11:5b9d4d8641ce 12:ae255c9aa552
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 
       
     3 <html>
       
     4 <head>
       
     5 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
       
     6 	<title>Graphics Memory Usage Capture</title>
       
     7     <link href="../../book.css" rel="stylesheet" type="text/css">
       
     8 </head>
       
     9 
       
    10 <body>
       
    11 <h2>Graphics Memory Usage Capture</h2>
       
    12 <p> Use the Profiler application's <b>Memory usage capture</b> <a href="../reference/profiler/tracing_options.htm">option</a> to capture memory usage data on the target device. The data is stored in the profiler data file during a trace operation and can later be viewed in the Analyzer (Figure 1).</p>
       
    13 <p align="center"><img src="images/con_memory_usage.png" width="626" height="582"></p>
       
    14 <p class="figure">Figure 1. Memory Usage Capture information displayed in an analyser view. </p>
       
    15 <p>The Symbian OS API allocates memory in chunks. A chunk is a region of RAM mapped into contiguous linear addresses. At creation, a process has one to three chunks: </p>
       
    16 <ul>
       
    17   <li>a stack/heap chunk contains the stack and heap used in the main thread of the process</li>
       
    18   <li>a code chunk exists if the process is loaded into RAM</li>
       
    19   <li>a data chunk exists if the process has static data</li>
       
    20 </ul>
       
    21 <p> A process can create more chunks, including global chunks accessible by other processes. When a chunk is created, is owned by the current process or the current thread.</p>
       
    22 <h5>Related references</h5>
       
    23 <ul>
       
    24   <li><a href="../reference/analyzer/view_memory_usage.htm">Memory Usage View</a></li>
       
    25   <li><a href="../reference/analyzer/menu_memory_graph.htm">Memory Graph Menu </a> </li>
       
    26 </ul>
       
    27 <h5>Related tasks</h5>
       
    28 <ul>
       
    29   <li><a href="../reference/profiler/tracing_options.htm">Setting Tracing Options</a></li>
       
    30 </ul>
       
    31 <div id="footer">Copyright &copy; 2010 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>
       
    32 </body>
       
    33 </html>