view modules/timevar @ 39871:08db1aa192ec

timevar: Small tweaks. * lib/timevar.h: Fix comments. Add parameter names to function declarations. * lib/timevar.c: Include timevar.h immediately after config.h. * lib/timevar.def: Fix comments. * modules/timevar (Maintainer): List Akim Demaille.
author Bruno Haible <bruno@clisp.org>
date Sun, 30 Sep 2018 19:36:29 +0200
parents f315e5e30ddd
children 13eae48fd484
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
xalloc
stdlib

configure.ac:
gl_TIMEVAR

Include:
"timevar.h"

License:
GPLv3+

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