summaryrefslogtreecommitdiff
path: root/modules/getrusage
blob: 512fb1c4192e476675f52666c63b457503df74c8 (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
29
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
gl_CONDITIONAL([GL_COND_OBJ_GETRUSAGE], [test $HAVE_GETRUSAGE = 0])
gl_SYS_RESOURCE_MODULE_INDICATOR([getrusage])

Makefile.am:
if GL_COND_OBJ_GETRUSAGE
lib_SOURCES += getrusage.c
endif

Include:
<sys/resource.h>

License:
LGPL

Maintainer:
all