pfm_terminate
free resources used by library
- Provided by: libpfm4-dev (Version: 4.13.0+git32-g0d4ed0e-1ubuntu0.1)
- Source: libpfm4
- Report a bug
free resources used by library
#include <perfmon/pfmlib.h> int pfm_terminate(void);
This is the last function that a program must call to free all the resources allocated by the library, e.g., memory. The function is not reentrant, caller must ensure only one thread at a time is executing it.
There is no return value to this function
Stephane Eranian <eranian@gmail.com>