coz-profiler 0.1.0-2ubuntu3 source package in Ubuntu

Changelog

coz-profiler (0.1.0-2ubuntu3) focal; urgency=medium

  * No-change rebuild with fixed binutils on arm64.

 -- Matthias Klose <email address hidden>  Mon, 10 Feb 2020 08:22:46 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
LluĂ­s Vilanova
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
coz-profiler_0.1.0.orig.tar.gz 1.6 MiB 358b5bf92b295a292146e0ab15c68775c7c9fee4e88e6e3a746f659a154aeaa7
coz-profiler_0.1.0-2ubuntu3.debian.tar.xz 8.5 KiB abb3eefe6345367855e6a4141ad372e595e8365ce2d036e6357eac4dd9ad879c
coz-profiler_0.1.0-2ubuntu3.dsc 2.1 KiB b0560ead94d9d9c7c1c09e6c86ad2ab2226b6fb4facf38c7ca5adf93a37c0764

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