PAPI 7.1.0.0
Loading...
Searching...
No Matches
PAPI_get_component_info Class Reference

get information about a specific software component More...

Detailed Description

Parameters
cidxComponent index

This function returns a pointer to a structure containing detailed information about a specific software component in the PAPI library. This includes versioning information, preset and native event information, and more. For full details, see PAPI_component_info_t.

Examples:
const PAPI_component_info_t *cmpinfo = NULL;
exit(1);
if ((cmpinfo = PAPI_get_component_info(0)) == NULL)
exit(1);
printf("This component supports %d Preset Events and %d Native events.\n",
get information about a specific software component
initialize the PAPI library.
#define PAPI_VER_CURRENT
Definition: f90papi.h:54
See also
PAPI_get_executable_info
PAPI_get_hardware_info
PAPI_get_dmem_info
PAPI_get_opt
PAPI_component_info_t

The documentation for this class was generated from the following file: