summaryrefslogtreecommitdiff
path: root/modules/getrusage
blob: 4f58f9663db81b695d478630675069b5a52fcbee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description:
getrusage() function: Get resource usage of current process.

Files:
lib/getrusage.c
m4/getrusage.m4

Depends-on:
sys_resource
stdint          [test $HAVE_GETRUSAGE = 0]

configure.ac:
gl_FUNC_GETRUSAGE
if test $HAVE_GETRUSAGE = 0; then
  AC_LIBOBJ([getrusage])
fi
gl_SYS_RESOURCE_MODULE_INDICATOR([getrusage])

Makefile.am:

Include:
<sys/resource.h>

License:
LGPL

Maintainer:
all