coz-profiler 0.2.2-2 source package in Ubuntu

Changelog

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

  [ Lluis Vilanova ]
  * Adjusted autopkgtest checks to not fail when the kernel perf access
    block them from running.

 -- Petter Reinholdtsen <email address hidden>  Sat, 05 Sep 2020 11:17:25 +0200

Upload details

Uploaded by:
Lluís Vilanova
Uploaded to:
Sid
Original maintainer:
Lluís Vilanova
Architectures:
linux-any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
coz-profiler_0.2.2-2.dsc 2.1 KiB c9c16eab8c51967749953481f77e3a833fe2bf83156813416fc909f769566121
coz-profiler_0.2.2.orig.tar.gz 4.5 MiB 5e671c5b7e2920e295d2da793e5eb4d60b36889fd86c9dc40cacfe0d3ec24d0f
coz-profiler_0.2.2-2.debian.tar.xz 8.1 KiB 46144bf94b57edce519c2d2c7b4c8cb428aedc5eba7d7b5eca8d2ea75a9227d2

Available diffs

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