SPECS/tiptop/tiptop.spec
9a1263d8
 Summary: Display hardware performance counters for Linux tasks
 Name:    tiptop
 Version: 2.3
c3a3fd12
 Release: 2%{?dist}
9a1263d8
 License: GPLv2
 URL: http://tiptop.gforge.inria.fr/
 Source: %{name}-%{version}.tar.gz
 %define sha1 tiptop=810e89f17fcbb0b2247b5f473f0a419e5f80faa3
 Group:      Development/Tools
 Vendor:     VMware, Inc.
 Distribution:  Photon
 
 %description
 Hardware performance monitoring counters have recently received a lot of attention. They have been used by diverse communities to understand and improve the quality of computing systems: for example, architects use them to extract application characteristics and propose new hardware mechanisms; compiler writers study how generated code behaves on particular hardware; software developers identify critical regions of their applications and evaluate design choices to select the best performing implementation. We propose that counters be used by all categories of users, in particular non-experts, and we advocate that a few simple metrics derived from these counters are relevant and useful. For example, a low IPC (number of executed instructions per cycle) indicates that the hardware is not performing at its best; a high cache miss ratio can suggest several causes, such as conflicts between processes in a multicore environment.
 
 %prep
 %setup -q
 
 %build
 ./configure
e0263db2
 make
9a1263d8
 %install
 install -D  src/tiptop %{buildroot}%{_bindir}/tiptop
 install -D  src/ptiptop %{buildroot}%{_bindir}/ptiptop
 
 %files
 %defattr(-,root,root)
 %{_bindir}/*
 
 %changelog
c3a3fd12
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.3-2
 -	GA - Bump release of all rpms
9a1263d8
 *	Tue Nov 24 2015 Xiaolin Li <xiaolinl@vmware.com> 2.3-1
 -   Initial build.  First version