|
  PAPI3:PAPI shutdown.3
| |
ViewsFrom PAPIDocs
NAME
SynopsisC Interface #include <papi.h> void PAPI_shutdown (void); Fortran Interface #include fpapi.h PAPIF_shutdown() DescriptionPAPI_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 have the capability to free memory and resources used by the PAPI Library. BugsThis function has no known bugs. See Also |