1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN"> |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN"> |
2 <html> |
2 <html> |
3 <head> |
3 <head> |
4 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> |
4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> |
5 <title>AnalyzeTool Basic walk-through</title> |
5 <title>AnalyzeTool Basic walk-through</title> |
6 <link href="../../book.css" type="text/css" rel="StyleSheet"> |
6 <link href="../../book.css" type="text/css" rel="StyleSheet"> |
7 </head> |
7 </head> |
|
8 |
8 <body> |
9 <body> |
|
10 <h2>Basic walk-through</h2> |
9 |
11 |
10 <h2>Basic walk-through</h2> |
12 <p>This section guides you with three easy steps for using AnalyzeTool to |
11 <p>This section guides you with three easy steps for using AnalyzeTool to perform memory leak tests for a simple application.</p> |
13 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> |
14 |
|
15 <p>You can launch the AnalyzeTool Carbide.c++ Extension by selecting |
|
16 <b>AnalyzeTool</b> in the <b>Carbide</b> menu, or from <b>Window > Show View |
|
17 > Other... > Carbide Extensions > AnalyzeTool</b>.</p> |
13 |
18 |
14 <h5>Before you start</h5> |
19 <h5>Before you start</h5> |
15 <ul> |
20 <ul> |
16 <li>Check the <a href="../gettingstarted/prerequisites.htm">Prerequisites</a> for AnalyzeTool.</li> |
21 <li>Check the <a href="../gettingstarted/prerequisites.htm">Prerequisites</a> |
17 <li>Check the <a href="../concepts/preferences.htm">AnalyzeTool preferences.</a></li> |
22 for AnalyzeTool.</li> |
|
23 <li>Check the <a href="../concepts/preferences.htm">AnalyzeTool |
|
24 preferences.</a></li> |
18 </ul> |
25 </ul> |
19 |
26 |
20 <p>By following these simple steps you can start using AnalyzeTool:</p> |
27 <p>By following these simple steps you can start using AnalyzeTool:</p> |
21 <ol> |
28 <ol> |
22 <li><a href="../tasks/build.htm">Build the project with AnalyzeTool</a>.</li> |
29 <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> |
30 <li><a href="../tasks/capture.htm#capture_external">Capture data in output to |
24 <li><a href="../tasks/viewmemoryleaks.htm">View memory leaks</a>.</li> |
31 trace mode</a>. |
25 <li><a href="../tasks/viewactivitygraph.htm">View memory activity graph</a>.</li> |
32 <p>If you cannot use the tracing utility connection to the target hardware, |
|
33 you can use the <a href="../tasks/capture.htm#capture_s60_file">output to |
|
34 file system mode</a>.</p> |
|
35 </li> |
|
36 <li><a href="../tasks/viewmemoryleaks.htm">View memory leaks</a>.</li> |
|
37 <li><a href="../tasks/viewactivitygraph.htm">View memory activity |
|
38 graph</a>.</li> |
26 </ol> |
39 </ol> |
27 |
40 |
28 <div id="footer">Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. |
41 <div id="footer"> |
29 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div> |
42 Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights |
|
43 reserved. License: <a |
|
44 href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div> |
30 </body> |
45 </body> |
31 </html> |
46 </html> |