summaryrefslogtreecommitdiffstats
path: root/academic/papi/README
diff options
context:
space:
mode:
author Davidson Francis <davidsondfgl@gmail.com>2016-12-30 07:24:28 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-31 08:22:17 +0700
commit0808bb9e40f4e83f693af3f79b84272a3ac904cb (patch)
treea92915c10df26623eca73161b715bc6c15579fa3 /academic/papi/README
parent2966ffd6f17d15c9ee6cecb7ee51dadd2507b5ab (diff)
downloadslackbuilds-0808bb9e40f4e83f693af3f79b84272a3ac904cb.tar.gz
slackbuilds-0808bb9e40f4e83f693af3f79b84272a3ac904cb.tar.xz
academic/papi: Added (Performance API).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/papi/README')
-rw-r--r--academic/papi/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/academic/papi/README b/academic/papi/README
new file mode 100644
index 0000000000..efebdf834e
--- /dev/null
+++ b/academic/papi/README
@@ -0,0 +1,11 @@
+papi (Performance Application Programming Interface)
+
+PAPI provides the tool designer and application engineer with a
+consistent interface and methodology for use of the performance
+counter hardware found in most major microprocessors. PAPI enables
+software engineers to see, in near real time, the relation between
+software performance and processor events.
+
+In addition, PAPI provides access to a collection of components that
+expose performance measurement opportunites across the hardware and
+software stack.