sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool.help/html/cheatsheets/getStarted_at_cs.xml
changeset 15 0367d2db2c06
parent 1 1050670c6980
equal deleted inserted replaced
14:bb339882c6e9 15:0367d2db2c06
    10          Check that your workstation contains the necessary components for using AnalyzeTool. Tip! If you obtained AnalyzeTool from the SymSEE installation, you can proceed to the next step.
    10          Check that your workstation contains the necessary components for using AnalyzeTool. Tip! If you obtained AnalyzeTool from the SymSEE installation, you can proceed to the next step.
    11       </description>
    11       </description>
    12    </item>
    12    </item>
    13    <item title="Define the data gathering mode." dialog="true" skip="false" href="/com.nokia.s60tools.analyzetool.help/html/concepts/preferences.htm">
    13    <item title="Define the data gathering mode." dialog="true" skip="false" href="/com.nokia.s60tools.analyzetool.help/html/concepts/preferences.htm">
    14       <description>
    14       <description>
    15          Go to <b>Preferences</b> to define how to capture the trace data either by using the monitored external, external data gathering or internal data gathering.
    15          Go to <b>Preferences</b> to define how to capture the trace data: either by using the out put to trace mode or output to file system mode.
    16 Tip! You can also define the data gathering mode by using the AnalyzeTool toolbar.
    16 Tip! You can also define the output mode by using the AnalyzeTool toolbar.
    17       </description>
    17       </description>
    18       <command serialization="org.eclipse.ui.window.preferences(preferencePageId=com.nokia.s60tools.analyzetool.preferences.AnalyzeToolPreferencePage)" confirm="false">
    18       <command serialization="org.eclipse.ui.window.preferences(preferencePageId=com.nokia.s60tools.analyzetool.preferences.AnalyzeToolPreferencePage)" confirm="false">
    19       </command>
    19       </command>
    20    </item>
    20    </item>
    21    <item title="Create a project in Carbide" dialog="true" skip="true" href="/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_new_with_template.htm">
    21    <item title="Create a project in Carbide" dialog="true" skip="true" href="/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_new_with_template.htm">
    23          Make sure you have your project created in Carbide.
    23          Make sure you have your project created in Carbide.
    24       </description>
    24       </description>
    25    </item>
    25    </item>
    26    <item title="Build your project with AnalyzeTool" dialog="true" skip="false" href="/com.nokia.s60tools.analyzetool.help/html/tasks/build.htm">
    26    <item title="Build your project with AnalyzeTool" dialog="true" skip="false" href="/com.nokia.s60tools.analyzetool.help/html/tasks/build.htm">
    27       <description>
    27       <description>
    28          To make memory leak analysis possible, you must build each project with AnalyzeTool. Information of the building process is displayed in the Console view. You can activate the project build from the AnalyzeTool toolbar or from the pop-up menu in the Project Explorer. You can also change the data gathering mode from the AnalyzeTool toolbar.
    28          To make memory leak analysis possible, you must build each project with AnalyzeTool. You can activate the project build from the AnalyzeTool toolbar or from the pop-up menu in the Project Explorer. You can also change the output mode from the AnalyzeTool toolbar.
    29       </description>
    29       </description>
    30       <command serialization="org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=com.nokia.s60tools.analyzetool.ui.MainView)" confirm="true">
    30       <command serialization="org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=com.nokia.s60tools.analyzetool.ui.MainView)" confirm="true">
    31       </command>
    31       </command>
    32    </item>
    32    </item>
    33    <item title="Capture data" dialog="true" skip="false" href="/com.nokia.s60tools.analyzetool.help/html/tasks/capture.htm">
    33    <item title="Capture data" dialog="true" skip="false" href="/com.nokia.s60tools.analyzetool.help/html/tasks/capture.htm">
    34       <description>
    34       <description>
    35          You have two possible choices to capture data.
    35          You have two possible choices to capture data.
    36 <br/><br/>
    36 <br/><br/>
    37 1. If you have selected the <b>External data gathering</b> mode in AnalyzeTool build, AnalyzeTool captures trace data directly from the target hardware. You can start and stop the trace capturing from the AnalyzeTool toolbar. See the <b>TraceViewer help</b> for detailed information on creating a TraceViewer connection.
    37 1. If you have selected the <b>Output to trace</b> mode in AnalyzeTool build, AnalyzeTool captures trace data directly from the target hardware. You can start and stop the trace capturing from the AnalyzeTool toolbar. See the <b>TraceViewer help</b> for detailed information on creating a TraceViewer connection.
    38 <br/><br/>
    38 <br/><br/>
    39 2. If you have selected the <b>Internal data gathering</b>  mode in AnalyzeTool build, AnalyzeTool collects the test data into a file in the target hardware. You need to transfer this file to a PC after the test run is completed.
    39 2. If you have selected the <b>Output to file system</b>  mode in AnalyzeTool build, AnalyzeTool collects the test data into a file in the target hardware. You need to transfer this file to a PC after the test run is completed.
    40       </description>
    40       </description>
    41    </item>
    41    </item>
    42    <item title="View and analyze memory leaks" dialog="true" skip="false" href="/com.nokia.s60tools.analyzetool.help/html/tasks/viewmemoryleaks.htm">
    42    <item title="View and analyze memory leaks" dialog="true" skip="false" href="/com.nokia.s60tools.analyzetool.help/html/tasks/viewmemoryleaks.htm">
    43       <description>
    43       <description>
    44          The memory leak analysis results are displayed in the AnalyzeTool window. Test runs with the memory leak information is displayed in the left pane. The right pane shows the information on the selected memory leak call stack.
    44          The memory leak analysis results are displayed in the AnalyzeTool window. Test runs with the memory leak information is displayed in the left pane. The right pane shows the information on the selected memory leak call stack.
    45 <br/><br/>
    45 <br/><br/>
    46 Test run details will be shown in the AnalyzeTool view automatically after the data capture in External data gathering mode. You can also open the memory analysis data file by yourself later by clicking <b>Open and analyze data file</b> in the AnalyzeTool toolbar.
    46 Test run details will be shown in the AnalyzeTool view automatically after the data capture in Output to trace mode. You can also open the memory analysis data file  later by clicking <b>Open and analyze data file</b> in the AnalyzeTool toolbar.
    47 <br/><br/>
    47 <br/><br/>
    48 You can define how much detail you want to see in the memory leak analysis report by using the AnalyzeTool toolbar.
    48 You can define how much detail you want to see in the memory leak analysis report by using the AnalyzeTool toolbar.
    49       </description>
    49       </description>
    50    </item>
    50    </item>
    51 </cheatsheet>
    51 </cheatsheet>