Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

(Overview)
(Installing)
Line 5: Line 5:
  
 
== Installing ==
 
== Installing ==
* Install the update site (see: http://www.eclipse.org/linuxtools/downloads.php)
+
* Add the update site (see: http://www.eclipse.org/linuxtools/downloads.php)
* Select Valgrind Integration
+
* Install Valgrind Integration
  
 
== Using Memcheck ==
 
== Using Memcheck ==

Revision as of 11:05, 13 May 2009

Overview

  • Valgrind is a powerful and widely used memory profiling tool suite.
  • This project aims to provide a useful integration of Valgrind tools with your Eclipse projects.
  • Currently Memcheck, Massif and Cachegrind are supported.

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