How to Install and Uninstall coz-profiler Package on Kali Linux

Last updated: September 20,2024

1. Install "coz-profiler" package

This is a short guide on how to install coz-profiler on Kali Linux

$ sudo apt update $ sudo apt install coz-profiler

2. Uninstall "coz-profiler" package

In this section, we are going to explain the necessary steps to uninstall coz-profiler on Kali Linux:

$ sudo apt remove coz-profiler $ sudo apt autoclean && sudo apt autoremove

3. Information about the coz-profiler package on Kali Linux

Package: coz-profiler
Version: 0.2.2-2
Installed-Size: 9174
Maintainer: Lluís Vilanova
Architecture: amd64
Depends: libc6 (>= 2.30), libdwarf++0 (>= 0.2), libelf++0 (>= 0.2), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), python3, fonts-font-awesome, libjs-jquery, libjs-d3, libjs-d3-tip
Size: 656920
SHA256: 3c06e5f5a38a19fb6893d08dd3127ef2e6b22b426800bd8100ae91e7cc7bf6f7
SHA1: 2ecd37b6e873a715d32ac2e28a4f2239caa1d2d2
MD5sum: 97ef7d8e9f9801d796a5fbe0236b5910
Description: Finding Code that Counts with Causal Profiling
Coz is a code profiler that find optimization opportunities
missed by traditional profilers. Coz employs a technique called
causal profiling that measures optimization potential. This measurement
matches developers' assumptions about profilers: that optimizing
highly-ranked code will have the greatest impact on performance. Causal
profiling measures optimization potential for serial, parallel, and
asynchronous programs without instrumentation of special handling for
library calls and concurrency primitives. Instead, a causal profiler
uses performance experiments to predict the effect of
optimizations. This allows the profiler to establish causality:
"optimizing function X will have effect Y," exactly the measurement
developers had assumed they were getting all along.
Description-md5:
Homepage: http://coz-profiler.org/
Tag: devel::lang:c, devel::lang:c++, devel::library, devel::profiler,
implemented-in::c, implemented-in::c++, interface::commandline,
interface::web, role::devel-lib, role::program, scope::utility,
use::measuring, works-with::software:running
Section: devel
Priority: optional
Filename: pool/main/c/coz-profiler/coz-profiler_0.2.2-2_amd64.deb