PAPI_get_component_index (3) Linux Manual Page
PAPI_get_component_index –
returns the component index for the named component
Synopsis
Detailed Description
@retval ENOCMP component does not exist @param name name of component to find index for @par Examples:
int cidx;
cidx = PAPI_get_component_index("cuda");
if (cidx==PAPI_OK) {
printf("The CUDA component is cidx %d,cidx);
}
*
PAPI_get_component_index()
See Also:
PAPI_get_event_component
Author
Generated automatically by Doxygen for PAPI from the source code.
