Editing Documentation/devtools/maemo5/valgrind

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
{{Devtools}}
 
-
 
-
 
== Description ==
== Description ==
Line 18: Line 15:
* ''Cachegrind'': Performance profiling which can be started and stopped at any moment and the results can be sorted according to instructions, cache hits etc.
* ''Cachegrind'': Performance profiling which can be started and stopped at any moment and the results can be sorted according to instructions, cache hits etc.
-
* ''Callgrind'': Like Cachegrind, but stores also callgraph information (but can show only instruction counts). Works very well with the Kcachegrind UI.
+
* ''Callgrind'': Like Cachegrind, but stores also callgraph information (but can show only instruction counts). Works very well with the Kcachegrind UI.<ref name="kcachegrindui">[http://kcachegrind.sourceforge.net/cgi-bin/show.cgi KCacheGrind]</ref>
* ''Helgrind'': Detects race conditions when (p)threaded programs access global data
* ''Helgrind'': Detects race conditions when (p)threaded programs access global data
Line 32: Line 29:
'''binary''': valgrind
'''binary''': valgrind
 +
== Usage Examples ==
-
== External links ==
+
See the debugging guide <ref name="dbg-guide">[[Documentation/Maemo_5_Developer_Guide/Kernel_and_Debugging_Guide/Maemo_Debugging_Guide|Maemo debugging guide]]</ref> for usage examples.
-
http://valgrind.org/
+
== Links ==
-
+
-
http://valgrind.org/info/tools.html
+
-
http://valgrind.org/docs/manual/mc-manual.html
+
[valgrind man page](/development/documentation/man_pages/valgrind.html)
 +
 
 +
[http://valgrind.org/](http://valgrind.org/)
 +
 +
[Valgrind tool-suite](http://valgrind.org/info/tools.html)
-
http://valgrind.org/docs/manual/ms-manual.html
+
[Memcheck memory checker](http://valgrind.org/docs/manual/mc-manual.html)
-
http://valgrind.org/docs/manual/cl-manual.html
+
[Massif heap-profiler](http://valgrind.org/docs/manual/ms-manual.html)
-
http://valgrind.org/docs/manual/hg-manual.html
+
[Callgrind profiler](http://valgrind.org/docs/manual/cl-manual.html)
-
== See also ==
+
[Helgrind data-race tracker](http://valgrind.org/docs/manual/hg-manual.html)
-
[[Documentation/Maemo_5_Developer_Guide/Kernel_and_Debugging_Guide/Maemo_Debugging_Guide#Valgrind_Debugger|Maemo debugging guide]]
+
== See Also ==
-
[[Category:Fremantle]]
+
<references/>

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)

Templates used on this page: