diff options
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 |
commit | 0808bb9e40f4e83f693af3f79b84272a3ac904cb (patch) | |
tree | a92915c10df26623eca73161b715bc6c15579fa3 /academic/papi/README | |
parent | 2966ffd6f17d15c9ee6cecb7ee51dadd2507b5ab (diff) | |
download | slackbuilds-0808bb9e40f4e83f693af3f79b84272a3ac904cb.tar.gz |
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/README | 11 |
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. |