PAPI_cleanup_eventset (3) Linux Manual Page
PAPI_cleanup_eventset – Empty and destroy an EventSet. Synopsis Detailed Description @par C Interface: #include <papi.h> @n int PAPI_cleanup_eventset( int EventSet ); 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: EventSet…
