|
  PAPIC:PAPI.3
| |
ViewsFrom PAPIDocs
NAME
SynopsisThe PAPI Performance Application Programming Interface provides machine and operating system independent access to hardware performance counters found on most modern processors. Any of over 100 preset events can be counted through either a simple high level programming interface or a more complete low level interface from either C or Fortran. A list of the function calls in these interfaces is given below, with references to other pages for more complete details. For general information on the Fortran interface see: PAPIF(3) DescriptionComponent PAPIBeginning with version 3.9, PAPI supports extensions to count performance information on multiple simultaneous components. This capability is only provided in the low level interface. New or modified function calls are suffixed with an asterisk. PAPI PresetsAn extensive list of predefined events is implemented on all systems where they can be supported. For a list of these events, see: PAPI_presets(3) PAPI Native EventsPAPI also supports interface functions for discovering the native events on a given platform. For more information on native events, see: PAPI_native(3) High Level FunctionsA simple interface for instrumenting end-user applications. Fully supported on both C and Fortran. See individual functions for details on usage.
Note that the high-level interface is self-initializing. You can mix high and low level calls, but you must call either PAPI_library_init (3) or a high level routine before calling a low level routine. Low Level FunctionsAdvanced interface for all applications and performance tools. Some functions may be implemented only for C or Fortran. See individual functions for details on usage and support.
PAPI Utility CommandsA collection of simple utility commands is available in the \\utils directory. See individual utilities for details on usage.
See AlsoThe PAPI Website: http://icl.cs.utk.edu/papi |