view modules/timevar @ 40242:e84036edb2ff

bitset, timevar: Depend on c99 Reported by Bruno Haible. * modules/bitset, modules/timevar (Depends-on): Add c99.
author Akim Demaille <akim.demaille@gmail.com>
date Sun, 17 Mar 2019 08:34:22 +0100
parents 8cd851acf6a6
children
line wrap: on
line source

Description:
A simple self-profiling module based on timers.

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

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

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

Include:
"timevar.h"

License:
GPLv3+

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