summaryrefslogtreecommitdiff
path: root/modules/timevar
blob: b2a12bb99210ea5af06280548b32d3ca32a8a70b (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
30
31
Description:
A simple self-profiling module based on timers.

Files:
lib/timevar.h
lib/timevar.c

Depends-on:
gethrxtime
getrusage
gettext-h
stdlib
sys_time
sys_times
xalloc

Makefile.am:
lib_SOURCES += timevar.c timevar.def

Include:
"timevar.h"

Link:
$(LIB_GETHRXTIME)
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise

License:
GPLv3+

Maintainer:
Akim Demaille <akim.demaille@gmail.com>