table of contents
- bookworm 7.0.0-2
- testing 7.1.0-5+b1
- unstable 7.1.0-5+b1
- experimental 7.2.0~b1-2
PAPI_disable_component_by_name(3) | PAPI | PAPI_disable_component_by_name(3) |
NAME¶
PAPI_disable_component_by_name - disables the named component
SYNOPSIS¶
Detailed Description¶
Return values
ENOINIT unable to disable the component, the library has already been initialized
Parameters
Example:
int result; result = PAPI_disable_component_by_name("example"); if (result==PAPI_OK)
printf("component \"example\" has been disabled\n"); //... PAPI_library_init(PAPI_VER_CURRENT);
PAPI_disable_component_by_name() allows the user to disable a
component before PAPI_library_init() time. This is useful if the user
knows they do not with to use events from that component and want to reduce
the PAPI library overhead.
PAPI_disable_component_by_name() must be called before PAPI_library_init().
See also
PAPI_disable_component
Author¶
Generated automatically by Doxygen for PAPI from the source code.
Thu Dec 14 2023 | Version 7.1.0.0 |