To be able to analyse memory leaks, you must build each project with AnalyzeTool.
-
To build with AnalyzeTool:
-
-
Choose any of the following options for the data gathering mode:
-
-
Monitored external or External: This option will send the memory analysis data through a tracing utility connection. For more information, see Capturing data in external data gathering mode.
-
Monitored internal: This option will create a data file to the target device. The default data file name is the same as the target process name. If you select the Name from the user option, you must define a name for the data file. For more information, see Capturing data in internal data gathering mode.
-
Ask always: This option will ask from the user which data gathering mode to use.
-
-
-Note! There are some differences between a monitored and a not monitored external data gathering modes:
-
-
A process using the monitored mode is visible from the AnalyzeTool configuration UI application on device.
-
A hooked process executes faster in the external (not monitored) mode than in the monitored mode.
-
-
-
-
Activate the AnalyzeTool build from the AnalyzeTool toolbar or from the Project Explorer view pop-up menu.
-
Note! You can also deactivate the build from the AnalyzeTool toolbar or the Project Explorer view pop-up menu.
-
Build the project.
-
Check if the build completed successfully.
-
Information about the build process is displayed in the Console view. The last row of the Console view indicates if the build was successful or not.
For more information on error messages, see Troubleshooting.
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+ Build project
+
+
+
+
Building the project with AnalyzeTool
+
+
To be able to analyse memory leaks, you must build each project with
+AnalyzeTool.
+
+
To build with AnalyzeTool:
+
+
Choose any of the following options for the output mode:
+
+
+
Output to trace: This option will send the memory analysis
+ data through a tracing utility connection. For more information, see Capturing data in output
+ to trace mode.
+
Output to file system: This option will create a data file to
+ the target device. You must define a name and location for the data
+ file. For more information, see Capturing data in output
+ to file system mode.
+
Ask always: This option will ask from the user which data
+ gathering mode to use for each build.
+
+
+
Activate the AnalyzeTool build from the AnalyzeTool toolbar or
+ from the Project Explorer view pop-up menu.
+
Note! You can also deactivate the build from the
+ AnalyzeTool toolbar or the Project Explorer view pop-up
+ menu.
+
+
Build the project.
+
Check if the build completed successfully.
+
Information about the build process is displayed in the Console
+ view. The last row of the Console view indicates if the build
+ was successful or not.
+
For more information on error messages, see Troubleshooting.