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
timespec_get: New module.
[gnulib.git]
/
modules
/
timevar
blob
ef86fedb298335976fef12343e8c1a8800c7f3a4
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
c99
10
gethrxtime
11
getrusage
12
gettext-h
13
stdlib
14
sys_time
15
sys_times
16
xalloc
17
18
Makefile.am:
19
lib_SOURCES += timevar.c timevar.def
20
21
Include:
22
"timevar.h"
23
24
License:
25
GPLv3+
26
27
Maintainer:
28
Akim Demaille <akim.demaille@gmail.com>