Content deleted Content added
Adding short description: "Portable interface (in the form of a library) to hardware performance counters on modern microprocessors" |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1:
{{Short description|
In [[computer science]], '''Performance Application Programming Interface (PAPI)''' is a portable [[application programming interface|interface]] (in the form of a [[library (computing)|library]]) to [[hardware counter|hardware performance counters]] on modern [[microprocessor]]s. It is being widely used to collect low level performance metrics (e.g. [[Instruction (computer science)|instruction]] counts, [[clock cycle]]s, [[cache miss]]es) of computer systems running [[UNIX]]/[[Linux]] [[operating system]]s.
Line 6:
[[Operating system]] support for accessing hardware counters is needed to use PAPI.
For example, prior to 2010, a [[Linux
Since Linux version 2.6.32, and PAPI 2010 releases, PAPI can leverage the existing perf subsystem in Linux, and thus does not need any out of tree driver to be functional anymore.
Line 14:
* [[Profiling (computer programming)|Performance analysis]]
==
* [
* Dongarra, Jack, et al. "[
==External links
* [
* Philip Mucci, [
* [https://web.archive.org/web/20160303180716/http://berrendorf.inf.fh-brs.de/lehre/abschlussarbeiten/arbeiten/2009_Thesis_Fabian_Gorsler.pdf Development of a PAPI Backend for the Sun Niagara 2 Processor], 2009
|