Source: coz-profiler Section: devel Priority: optional Maintainer: LluĂ­s Vilanova Uploaders: Petter Reinholdtsen Build-Depends: debhelper (>= 9~) , clang , python , pkg-config , libelfin-dev (>= 0.2) , fonts-font-awesome , libjs-jquery , libjs-d3 , libjs-d3-tip , python-docutils Testsuite: autopkgtest Standards-Version: 3.9.8 Homepage: http://coz-profiler.org/ Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-coz/coz-profiler.git Vcs-Git: https://anonscm.debian.org/git/pkg-coz/coz-profiler.git Package: coz-profiler Architecture: linux-any Depends: ${misc:Depends}, ${shlibs:Depends} , python , fonts-font-awesome , libjs-jquery , libjs-d3 , libjs-d3-tip Description: 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.