PAPI_cleanup_eventset(3) | PAPI | PAPI_cleanup_eventset(3) |
PAPI_cleanup_eventset - Empty and destroy an EventSet.
C Interface:
PAPI_cleanup_eventset removes all events from a PAPI event set and turns off profiling and overflow for all events in the EventSet. This can not be called if the EventSet is not stopped.
Parameters
Return values
Examples:
// Remove all events in the eventset if ( PAPI_cleanup_eventset( EventSet ) != PAPI_OK ) handle_error( 1 );
See also
Generated automatically by Doxygen for PAPI from the source code.
Thu Dec 14 2023 | Version 7.1.0.0 |