How to Install and Uninstall eclipse-cdt-valgrind Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 06,2024

1. Install "eclipse-cdt-valgrind" package

Please follow the steps below to install eclipse-cdt-valgrind on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install eclipse-cdt-valgrind

2. Uninstall "eclipse-cdt-valgrind" package

Learn how to uninstall eclipse-cdt-valgrind on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove eclipse-cdt-valgrind $ sudo apt autoclean && sudo apt autoremove

3. Information about the eclipse-cdt-valgrind package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: eclipse-cdt-valgrind
Priority: optional
Section: universe/devel
Installed-Size: 1793
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: eclipse-linuxtools
Version: 3.1.0-1
Depends: eclipse-cdt-profiling-framework, valgrind, libswtchart-java (>= 0.8.0)
Filename: pool/universe/e/eclipse-linuxtools/eclipse-cdt-valgrind_3.1.0-1_all.deb
Size: 1643554
MD5sum: 895a19d9a8f48c452b9a9b2cb19c0f89
SHA1: 5416631a4eeb41ea761849eed257ccbb7e85953f
SHA256: 7b68e3148d7e32f78b2d889a0b068feebba6d511b4bc2533c2d5327343bc7cdc
Description-en: Valgrind integration for Eclipse CDT
The Linux Tools Project Valgrind plugin aims to provide simple and effective
profiling for the C/C++ Development Tools.
.
Integration of these tools from Valgrind suite is provided:
.
* Memcheck *
.
Memcheck is a tool that detects memory management problems. It is Valgrind's
most popular tool and seemingly the most mature. Memcheck's output is rather
straight forward - it is a series of errors along with stack trace information.
.
The Valgrind View presents this output using a TreeViewer with the errors as
top-level elements.
.
The stack trace is presented underneath the error and when a frame is
double-clicked an editor will open and go to the line in question.
.
Markers represent memcheck errors inside the editor and are linked to the
Problems View.
.
Includes an editor for Valgrind suppressions files featuring syntax
highlighting, folding and code completion.
.
* Massif *
.
Massif is a heap profiling tool. It takes several "snapshots" during execution
of your program detailing the various heap allocations throughout. It's output
for each snapshot primarily consists the time of the snapshot, how many bytes
were allocated that can be used, and how much extra was allocated than was
asked. The unit of time can be configured to be instructions, milliseconds or
bytes. At specified intervals, "detailed" snapshots are produced. These
detailed snapshots contain a tree of heap allocations that comprise that
snapshot. Unlike Memcheck, Massif does not yet support XML output. Massif's
output is complex and as such requires creative ways of displaying it. Valgrind
includes the ms_print program that is used to display Massif's output in a
visually appealing manner. ms_print was used as a template for how to display
this output.
.
The default view of the output is with a TableViewer. Snapshots are displayed
as tabular data, just as ms_print does.
.
For detailed snapshots, an icon indicates the snapshot can be double-clicked
and the View will display a TreeViewer of the detailed snapshots' heap
allocation trees.
.
ms_print also provides a bar chart of bytes allocated throughout execution. In
perhaps a more appropriate style, there is an option to display a detailed line
chart of this data.
.
* Cachegrind *
.
Cachegrind performs cache and branching profiling. A Cachegrind profile run
measures the number of cache misses and branch mispredictions performed by an
application. The results of a Cachegrind profile run are displayed in the
Valgrind view. These results show Cachegrind's cache/branch data in different
levels of granularity.
.
Double-clicking on any file, function, or line will open the corresponding
source file and place the cursor on the appropriate location (if the source can
be resolved).
.
Integration with the CDT's parsed code model provides a user interface that
resembles what you see in the Outline view.
Description-md5: 34304652fda8c9cce700b0b0fad0e8ee
Homepage: http://www.eclipse.org/linuxtools/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions