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 Distributions Project - Valgrind"

(Overview)
(Overview)
Line 1: Line 1:
 
==Overview==
 
==Overview==
 
[[Image:launchConfig.png|thumb|Launch Configuration Dialog]]
 
[[Image:launchConfig.png|thumb|Launch Configuration Dialog]]
 +
The Linux Distributions Project Valgrind plugin aims to provide simple and effective profiling for the C/C++ Development Tools.
 +
There is a lot of Valgrind functionality to expose in Eclipse. Valgrind itself is very component based, this relates well to Eclipse plugins. The main architectural goal is to have a common Valgrind user interface and underlying launch framework, while the Valgrind tools themselves are contributed via extension points.
  
 
==Memcheck==
 
==Memcheck==
  
 
==Massif==
 
==Massif==

Revision as of 16:40, 9 December 2008

Overview

Launch Configuration Dialog

The Linux Distributions Project Valgrind plugin aims to provide simple and effective profiling for the C/C++ Development Tools. There is a lot of Valgrind functionality to expose in Eclipse. Valgrind itself is very component based, this relates well to Eclipse plugins. The main architectural goal is to have a common Valgrind user interface and underlying launch framework, while the Valgrind tools themselves are contributed via extension points.

Memcheck

Massif

Back to the top