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 11:06, 13 May 2009 by Unnamed Poltroon (Talk) (Installing)

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