PAPI_destroy_eventset
Empty and destroy an EventSet.
- Provided by: libpapi-dev (Version: 7.1.0-5build1)
- Source: papi
- Report a bug
Empty and destroy an EventSet.
C Interface:
PAPI_destroy_eventset deallocates the memory associated with an empty PAPI EventSet.
Parameters
Return values
Examples:
// Free all memory and data structures, EventSet must be empty. if ( PAPI_destroy_eventset( &EventSet ) != PAPI_OK ) handle_error( 1 );
See also
Generated automatically by Doxygen for PAPI from the source code.