coz-profiler 0.2.2-2build1 source package in Ubuntu

Changelog

coz-profiler (0.2.2-2build1) noble; urgency=medium

  * No-change rebuild against libelf++0t64

 -- Steve Langasek <email address hidden>  Sun, 17 Mar 2024 07:57:59 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
coz-profiler_0.2.2.orig.tar.gz 4.5 MiB 5e671c5b7e2920e295d2da793e5eb4d60b36889fd86c9dc40cacfe0d3ec24d0f
coz-profiler_0.2.2-2build1.debian.tar.xz 8.2 KiB c96ef55f1fba385da09bb92f8528417f48547b3fee0c052effa85cefc31de317
coz-profiler_0.2.2-2build1.dsc 2.2 KiB 67004f299f97d6ccb792c4ab78c100f108e9455a7a3ead31a2de8daa5a737888

View changes file

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