coz-profiler 0.2.2-2build2 source package in Ubuntu

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 16:41:49 +1100

Upload details

Uploaded by:
William Grant
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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
coz-profiler_0.2.2.orig.tar.gz 4.5 MiB 5e671c5b7e2920e295d2da793e5eb4d60b36889fd86c9dc40cacfe0d3ec24d0f
coz-profiler_0.2.2-2build2.debian.tar.xz 8.3 KiB 71651603df34b741632b37d773c9282e4dd02f2adfb8e95e746b169f713cd27d
coz-profiler_0.2.2-2build2.dsc 2.2 KiB 9f48fcea308ec28167a7d2b7eaa2749d85837f07047d2341375339ea7473aec9

Available diffs

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