repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xset: New module.
[gnulib.git]
/
modules
/
timevar
blob
b2a12bb99210ea5af06280548b32d3ca32a8a70b
1
Description:
2
A simple self-profiling module based on timers.
3
4
Files:
5
lib/timevar.h
6
lib/timevar.c
7
8
Depends-on:
9
gethrxtime
10
getrusage
11
gettext-h
12
stdlib
13
sys_time
14
sys_times
15
xalloc
16
17
Makefile.am:
18
lib_SOURCES += timevar.c timevar.def
19
20
Include:
21
"timevar.h"
22
23
Link:
24
$(LIB_GETHRXTIME)
25
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
26
27
License:
28
GPLv3+
29
30
Maintainer:
31
Akim Demaille <akim.demaille@gmail.com>