Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37392013
en ru br
Репозитории ALT

Группа :: Разработка/C
Пакет: coz

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: coz
Version: 0.2.2
Release: alt3

Packager: %packager

Summary: Coz: Finding Code that Counts with Causal Profiling
License: GPL
Group: Development/C
URL: https://github.com/plasma-umass/coz

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: gcc-c++ libelfin-devel python3-module-docutils

%description
Coz is a new kind of profiler that unlocks optimization opportunities
missed by traditional profilers. Coz employs a novel technique we call
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.

%prep
%setup

%build
%make prefix=%_exec_prefix bindir=%_bindir MANPREFIX=%_mandir

%install
%define docdir %_docdir/%name-%version

%makeinstall LIBDIR=%buildroot%_libdir prefix=%buildroot%_exec_prefix MANPREFIX=%_mandir pkglibdir=%buildroot%_libdir/coz-profiler

mkdir -p %buildroot%docdir
install -pm644 README.md %buildroot%docdir/
install -pm644 LICENSE.md %buildroot%docdir/
cp -R common.mk %buildroot%docdir/
cp -R benchmarks %buildroot%docdir/

%find_lang %name

%files
%_bindir/*
%_includedir/*
%_libdir/coz-profiler/*
%_man1dir/*

%dir %docdir
%docdir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin