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

Linux Tools Project/Valgrind/User Guide

< Linux Tools Project
Revision as of 10:52, 13 May 2009 by Unnamed Poltroon (Talk) (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...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)

  • Select Valgrind Integration

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