blob: 058c540de4dc51a6f64194ac12e4f2a78c01797f (
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:
Bruno Haible
|