Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37402806
en ru br
Репозитории ALT
S:0.3.0.65.gf7beb27-alt1
www.altlinux.org/Changes

Группа :: Система/Ядро и оборудование
Пакет: jitterdebugger

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

Name:     jitterdebugger
Version:  0.3.0.60.gb90ff3a
Release:  alt1

Summary:  Real time response messaurement tool
License:  MIT
Group:    System/Kernel and hardware
Url:      https://github.com/igaw/jitterdebugger

Source:   %name-%version.tar
BuildRequires: rpm-build-python3

BuildRequires: libhdf5-devel /usr/bin/h5cc

%description
jitterdebugger measures wake up latencies. jitterdebugger starts a thread on
each CPU which programs a timer and measures the time it takes from the timer
expiring until the thread which set the timer runs again.

This tool is a re-implementation of cyclictest. It doesn't have all the command
line options as cyclictest which results are easy to get wrong and therefore an
invalid latency report.

The default settings of jitterdebugger will produce a correct measurement out
of the box.

Furthermore, the tool supports storing all samples for post processing.

%prep
%setup

%build
%make_build

%install
install -D jitterdebugger %buildroot/%_bindir/jitterdebugger
install -D jitterplot     %buildroot/%_bindir/jitterplot
install -D jittersamples  %buildroot/%_bindir/jittersamples
install -D man/jitterdebugger.1 %buildroot/%_man1dir/jitterdebugger.1
install -D man/jitterplot.1     %buildroot/%_man1dir/jitterplot.1
install -D man/jittersamples.1  %buildroot/%_man1dir/jittersamples.1

%files
%doc README.rst LICENSE
%_bindir/jitterdebugger
%_bindir/jitterplot
%_bindir/jittersamples
%_man1dir/*.1*

%changelog

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

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