sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool.help/html/gettingstarted/basic.htm
changeset 1 1050670c6980
child 6 f65f740e69f9
equal deleted inserted replaced
0:5ad7ad99af01 1:1050670c6980
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
       
     5 <title>AnalyzeTool Basic walk-through</title>
       
     6 <link href="../nokia.css" type="text/css" rel="StyleSheet">
       
     7 </head>
       
     8 <body>
       
     9 
       
    10 <h2>Basic walk-through</h2>
       
    11 <p>This section guides you with three easy steps for using AnalyzeTool to perform memory leak tests for a simple application.</p>
       
    12 <p>You can launch the AnalyzeTool Carbide.c++ Extension by selecting <b>AnalyzeTool</b> in the <b>Carbide</b> menu, or from <b>Window > Show View > Other... > Carbide Extensions > AnalyzeTool</b>.</p>
       
    13 
       
    14 <h5>Before you start</h5>
       
    15 <ul>
       
    16 	<li>Check the <a href="../gettingstarted/prerequisites.htm">Prerequisites</a> for AnalyzeTool.</li>
       
    17 	<li>Check the <a href="../concepts/preferences.htm">AnalyzeTool preferences.</a></li>
       
    18 </ul>
       
    19 
       
    20 <p>By following these simple steps you can start using AnalyzeTool:</p>
       
    21 <ol>
       
    22 	<li><a href="../tasks/build.htm">Build the project with AnalyzeTool</a>.</li>
       
    23 	<li><a href="../tasks/capture.htm#capture_external">Capture data in the monitored external or external data gathering mode</a>.<p>If you cannot use the tracing utility connection to the target hardware, you can use the <a href="../tasks/capture.htm#capture_s60_file">monitored internal data gathering mode</a>.</p></li>
       
    24 	<li><a href="../tasks/viewmemoryleaks.htm">View memory leaks</a>.</li>
       
    25 	<li><a href="../tasks/viewactivitygraph.htm">View memory activity graph</a>.</li>
       
    26 </ol>
       
    27 
       
    28 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
    29 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
       
    30 </body>
       
    31 </html>