File: pfm_terminate.3

package info (click to toggle)
libpfm4 4.13.0%2Bgit99-gc5587f9-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,860 kB
  • sloc: ansic: 233,278; makefile: 786; python: 183; sh: 18
file content (20 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH LIBPFM 3  "September, 2009" "" "Linux Programmer's Manual"
.SH NAME
pfm_terminate \- free resources used by library
.SH SYNOPSIS
.nf
.B #include <perfmon/pfmlib.h>
.sp
.BI "int pfm_terminate(void);"
.sp
.SH DESCRIPTION
This is the last function that a program \fBmust\fR 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.

.SH RETURN
There is no return value to this function
.SH AUTHOR
Stephane Eranian <eranian@gmail.com>
.PP