coz-profiler 0.2.2-3 source package in Ubuntu

Changelog

coz-profiler (0.2.2-3) unstable; urgency=medium

  * QA upload.

  * Drop MIA maintainer LluĂ­s Vilanova and orphan package.  Many
    thanks for all his good work.
  * Replaced obsolete build dependency pkg-config with pkgconf.
  * Update watch file format version to 4.
  * Set debhelper-compat version in Build-Depends.
  * Update standards version to 4.7.0, no changes needed.
  * Added override_dh_clean build rule to make build rebuildable
    (Closes: #1044911).
  * Moved git repository to salsa Debian group.

 -- Petter Reinholdtsen <email address hidden>  Thu, 09 May 2024 11:08:30 +0200

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
linux-any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
coz-profiler_0.2.2-3.dsc 2.0 KiB 72517ccf53ceb1db5f599fe96c31984cdcd170852cc23ac2239b01094c668bd2
coz-profiler_0.2.2.orig.tar.gz 4.5 MiB 5e671c5b7e2920e295d2da793e5eb4d60b36889fd86c9dc40cacfe0d3ec24d0f
coz-profiler_0.2.2-3.debian.tar.xz 8.3 KiB 2837d354d09431396edec182e10543c734a27eba549a91eb86d140a395ef3ee0

No changes file available.

Binary packages built by this source

coz-profiler: 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.

coz-profiler-dbgsym: debug symbols for coz-profiler