Doc: update Valgring sreenshots

Move link to the top level topic

Change-Id: I9a1c136edcc55ed17a38bbeb90a167284a39e34b
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
Leena Miettinen
2012-04-25 16:43:05 +02:00
parent 5a304ae62b
commit 4674d46197
6 changed files with 5 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

@@ -33,7 +33,8 @@
\title Using Valgrind Code Analysis Tools
\QC integrates Valgrind code analysis tools for detecting memory leaks and
\QC integrates \l{http://valgrind.org/info/tools.html}{Valgrind code
analysis tools} for detecting memory leaks and
profiling function execution. You must download and install them separately
to use them from \QC.
+3 -3
View File
@@ -34,7 +34,7 @@
\title Detecting Memory Leaks
You can use the Memcheck tool included in the
\l{http://valgrind.org/info/tools.html}{Valgrind tool suite} to detect
Valgrind tool suite to detect
problems that are related to memory management in applications.
\note Memcheck is supported locally on Linux and Mac OS. You can run it on
@@ -60,7 +60,7 @@
\o Use the application to analyze it.
\o Select the
\inlineimage qtcreator-analyzer-stop-button.png "Stop button"
\inlineimage qtcreator-debug-button-stop.png "Stop button"
button to view the results of the analysis in the
\gui {Analysis} view.
@@ -151,7 +151,7 @@
\o Use the application to analyze it.
\o Select the
\inlineimage qtcreator-analyzer-stop-button.png "Stop button"
\inlineimage qtcreator-debug-button-stop.png "Stop button"
button to view the results of the analysis in the \gui Profile
view.