PAPI_get_component_index(3) | PAPI | PAPI_get_component_index(3) |
PAPI_get_component_index - returns the component index for the named component
Return values
Parameters
Examples:
int cidx; cidx = PAPI_get_component_index("cuda"); if (cidx==PAPI_OK) { printf("The CUDA component is cidx %d\n",cidx); }
PAPI_get_component_index() returns the component index of the named
component. This is useful for finding out if a specified component
exists.
See also
Generated automatically by Doxygen for PAPI from the source code.
Thu Dec 14 2023 | Version 7.1.0.0 |