view modules/timevar @ 39893:070416c7e317

timevar: add to lib_SOURCES * modules/timevar (lib_SOURCES): Add timevar.c and timevar.def.
author Akim Demaille <akim.demaille@gmail.com>
date Sat, 06 Oct 2018 12:16:12 +0200
parents d8ad6b800760
children 1787d1ad817d
line wrap: on
line source

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

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

Depends-on:
gettext-h
stdlib
sys_time
sys_times
times
xalloc

configure.ac:
gl_TIMEVAR

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

Include:
"timevar.h"

License:
GPLv3+

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