Tools
papi.txt
Associated article: Performance Monitoring with PAPI
Tags: Tools
Published source code accompanying the article by Philip Mucci (with Nils Smeds & Per Ekman) in which he examines the Performance Application Programming Interface (PAPI), a portable library of performance tools and instrumentation with wrappers for C, C++, Fortran, Java, and Matlab.
Performance Monitoring with PAPI by Philip Mucci, with Nils Smeds & Per Ekman Listing One #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <sys/time.h> #include "papi.h&...


