PAPI_shutdown (3) Linux Manual Page
PAPI_shutdown – Finish using PAPI and free all related resources. SynopsisDetailed DescriptionC Prototype: #include <papi.h> void PAPI_shutdown( void ); PAPI_shutdown() is an exit function used by the PAPI Library to free resources and shut down when certain error conditions arise. It is not necessary for the user to call this function, but doing so allows the user to…
