Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Linux Tools Project/Valgrind/User Guide"

(New page: == Overview == * Valgrind is a powerful and widely used memory profiling tool suite. == Installing == * Install the update site (see: http://www.eclipse.org/linuxtools/downloads.php) * Sel...)
 
(Installing)
Line 2: Line 2:
 
* Valgrind is a powerful and widely used memory profiling tool suite.
 
* Valgrind is a powerful and widely used memory profiling tool suite.
 
== Installing ==
 
== Installing ==
* Install the update site (see:
+
* Install the update site (see: http://www.eclipse.org/linuxtools/downloads.php)
http://www.eclipse.org/linuxtools/downloads.php)
+
 
* Select Valgrind Integration
 
* Select Valgrind Integration
 +
 
== Using Memcheck ==
 
== Using Memcheck ==
 
* Link to valgrind.org doc
 
* Link to valgrind.org doc

Revision as of 10:53, 13 May 2009

Overview

  • Valgrind is a powerful and widely used memory profiling tool suite.

Installing

Using Memcheck

  • Link to valgrind.org doc
  • Launch Shortcut
  • Interpreting Output
    • Interactivity
    • Config Options

Using Massif

  • Link to valgrind.org doc
  • Switching tool
  • Interpreting Output
    • Table viewer
      • Interactivity
    • Tree viewer
      • Interactivity
    • Chart
      • Interactivity
  • Config Options

Using Cachegrind

  • Link to valgrind.org doc
  • Switching tool
  • Interpreting Output
    • Interactivity

Special Cases

  • Handling program errors
  • Handling Valgrind config errors

Back to the top