logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PAPI_shutdown - Finish using PAPI and free all related resources.

Author

       Generated automatically by Doxygen for PAPI from the source code.

Version 7.1.0.0                                  Thu Dec 14 2023                                PAPI_shutdown(3)

Detailed Description

CPrototype:
           #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 have the capability to free memory and resources used by the PAPI Library.

       Seealso
           PAPI_init_library

Name

       PAPI_shutdown - Finish using PAPI and free all related resources.

Synopsis

See Also