jit/cache tests: Fix crash with clang's UBSAN + ASAN.
[gnulib.git] / modules / timevar
blob5f911cd27b9086091cb774231b4c222dbe28ebdd
1 Description:
2 A simple self-profiling module based on timers.
4 Usable-in-testdir:
5 # This module lacks the required file timevar.def.
6 no
8 Files:
9 lib/timevar.h
10 lib/timevar.c
12 Depends-on:
13 c99
14 gethrxtime
15 getrusage
16 gettext-h
17 stdlib
18 sys_time
19 sys_times
20 xalloc
22 Makefile.am:
23 lib_SOURCES += timevar.c timevar.def
25 Include:
26 "timevar.h"
28 License:
29 GPLv3+
31 Maintainer:
32 Akim Demaille <akim.demaille@gmail.com>