diff options
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. |