1PAPI_shutdown(3) PAPI PAPI_shutdown(3)
2
3
4
6 PAPI_shutdown - finish using PAPI and free all related resources
7
8
10 C Interface
11 #include <papi.h>
12 void PAPI_shutdown (void);
13 Fortran Interface
14 #include fpapi.h
15 PAPIF_shutdown()
16
17
19 PAPI_shutdown() is an exit function used by the PAPI Library to free
20 resources and shut down when certain error conditions arise. It is not
21 necessary for the user to call this function, but doing so allows the
22 user to have the capability to free memory and resources used by the
23 PAPI Library.
24
25
27 This function has no known bugs.
28
29
31 PAPI_cleanup_eventset(3), PAPI_destroy_eventset(3)
32
33
34
35
36PAPI Programmer's Reference September, 2004 PAPI_shutdown(3)