sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool.help/html/concepts/preferences.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 <meta http-equiv="content-style-type" content="text/css">
       
     6 <title>AnalyzeTool preferences</title>
       
     7 <link href="../nokia.css" type="text/css" rel="StyleSheet">
       
     8 </head>
       
     9 <body>
       
    10 
       
    11 <h2>AnalyzeTool preferences</h2>
       
    12 <p>You can change the AnalyzeTool preferences by selecting <b>Window > Preferences...> Carbide Extensions > AnalyzeTool</b>.</p>
       
    13 <p><img src="../images/AT_preferences.png" alt="Setting preferences"></p>
       
    14 <p>The AnalyzeTool preferences are described in the following table:</p>
       
    15 <table width="615" border="1" cellspacing="1" cellpadding="2">
       
    16 <colgroup>
       
    17 <col width="250*">
       
    18 <col width="356*"></colgroup>
       
    19 <tbody>
       
    20 <tr>
       
    21 <th>Options</th>
       
    22 <th align="center">Description</th>
       
    23 </tr>
       
    24 <tr>
       
    25 <td>AnalyzeTool Engine</td>
       
    26 <td>AnalyzeTool uses the command line utility <i>atool.exe</i> which is used for instrumenting and uninstrumenting the project and analysing captured data.
       
    27 <ul>
       
    28 <li>
       
    29 Use internal engine. This option uses the built-in version of <i>atool.exe</i>.
       
    30 </li>
       
    31 <li>
       
    32 Use external command line engine. This options uses <i>atool.exe</i> from a user-defined location.
       
    33 </li>
       
    34 <ul>
       
    35 </ul>
       
    36 </td>
       
    37 </tr>
       
    38 <!--<tr>
       
    39 <td>Generate statistics</td>
       
    40 <td>Enables AnalyzeTool to generate memory statistics.</td>
       
    41 </tr>-->
       
    42 <tr>
       
    43 <td>Verbose output</td>
       
    44 <td>Enables command line engine debug information to the <b>Console</b> view.</td>
       
    45 </tr>
       
    46 <tr>
       
    47 <td>Engine version</td>
       
    48 <td>Displays selected engine version number.</td>
       
    49 </tr>
       
    50 <tr>
       
    51 <td>Data gathering mode</td>
       
    52 <td>Specifies the data gathering mode for AnalyzeTool build.
       
    53 <ul>
       
    54 <li>Monitored External or External: This option will send the memory analysis data through tracing utility connection. For more information, see <a href="../tasks/capture.htm#capture_external">Capturing data in external data gathering mode</a>.</li>
       
    55 <li>Internal: This option will create a data file to the target hardware. The data file name is the same as the project name. If you select the <b>Name from the user</b> option, you must define a name for the data file. For more information, see <a href="../tasks/capture.htm#capture_s60_file">Capturing data in internal data gathering mode</a>
       
    56 <ul>
       
    57 <li>Name from the process: This option will a use data file name which is the same as application target name.</li>
       
    58 <li>Name from the user: This option will ask a data file name every time a project is built with the <i>atool.exe</i>.</li>
       
    59 </ul>
       
    60 </li>
       
    61 <li>Ask always: This option will ask before each build which data gathering mode to use, External or Internal</li>
       
    62 </ul></td>
       
    63 </tr>
       
    64 <tr>
       
    65 <td>Stored callstack size</td>
       
    66 <td>
       
    67 <ul>
       
    68 <li>No items. This option does not store any callstack items.</li>
       
    69 <li>40 items. This option stores forty callstack items.</li>
       
    70 <li>100 items. This option stores hundred callstack items</li>
       
    71 <li>Custom callstack size. This option provides possibility to define custom size of callstack items. Custom size of callstack items is limited to 0-255</li>
       
    72 
       
    73 </ul>
       
    74 <b>Note!</b> The callstack size affects the speed of hooked process, lower callstack size is faster.
       
    75 </td>
       
    76 </tr>
       
    77 <tr>
       
    78 <td>Report level</td>
       
    79 <td>Specifies the report level of memory leak analysis results.
       
    80 <ul>
       
    81 <li>Show every detail: This option displays all the call stack information.</li>
       
    82 <li>Show only known code lines: This option displays all the known line numbers of call stack information.</li>
       
    83 <li>Show only topmost memory allocation code line: This option displays the first known line of call stack information.</li>
       
    84 </ul></td>
       
    85 </tr>
       
    86 </tbody>
       
    87 </table>
       
    88 
       
    89 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
    90 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
       
    91 </body>
       
    92 </html>