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

Last updated: October 05,2024

1. Install "eclipse-cdt-profiling-framework" package

Here is a brief guide to show you how to install eclipse-cdt-profiling-framework on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install eclipse-cdt-profiling-framework

2. Uninstall "eclipse-cdt-profiling-framework" package

This guide covers the steps necessary to uninstall eclipse-cdt-profiling-framework on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove eclipse-cdt-profiling-framework $ sudo apt autoclean && sudo apt autoremove

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

Package: eclipse-cdt-profiling-framework
Priority: optional
Section: universe/devel
Installed-Size: 880
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: eclipse-linuxtools
Version: 3.1.0-1
Depends: eclipse-cdt, eclipse-cdt-autotools
Filename: pool/universe/e/eclipse-linuxtools/eclipse-cdt-profiling-framework_3.1.0-1_all.deb
Size: 527528
MD5sum: 6491d5aa95eee7cfa6554e757ff7ea96
SHA1: 7184f133aaa90c0c9725b46f8fc17a18852eafa4
SHA256: bdd9a5897d9ce6ac0a7378158505f476859a5be725dd65143dfcaf1a48360d3f
Description-en: framework for profiling tools for Eclipse CDT
This package provides a common infrastructure that allows one to integrate
various profiling tools into Eclipse IDE. It supports 3 categories of tools:
.
* Timing - measure the amount of time taken in functions and methods
* Memory - profiles heap/stack/cache usage for an application
* Coverage - measures how much of the code gets exercised in a run
.
In addition to this package, a plugin that integrates particular profiling tool
(e.g. Valgrind or perf) is required in order to run performance analysis.
Description-md5: cb53793d145cdf4ad4a2128c54a461ef
Homepage: http://www.eclipse.org/linuxtools/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu