mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/sys_times-h: Renamed from modules/sys_times. * modules/sys_times-h-tests: Renamed from modules/sys_times-tests. * modules/sys_times-h-c++-tests: Renamed from modules/sys_times-c++-tests. * tests/test-sys_times-h.c: Renamed from tests/test-sys_times.c. * tests/test-sys_times-h-c++.cc: Renamed from tests/test-sys_times-c++.cc. * doc/posix-headers/sys_times.texi: Update. * modules/* (Depends-on): Update. * modules/sys_times: New file.
34 lines
413 B
Plaintext
34 lines
413 B
Plaintext
Description:
|
|
A simple self-profiling module based on timers.
|
|
|
|
Usable-in-testdir:
|
|
# This module lacks the required file timevar.def.
|
|
no
|
|
|
|
Files:
|
|
lib/timevar.h
|
|
lib/timevar.c
|
|
|
|
Depends-on:
|
|
c99
|
|
gethrxtime
|
|
getrusage
|
|
gettext-h
|
|
gnulib-i18n
|
|
stdlib-h
|
|
sys_time-h
|
|
sys_times-h
|
|
xalloc
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += timevar.c timevar.def
|
|
|
|
Include:
|
|
"timevar.h"
|
|
|
|
License:
|
|
GPLv3+
|
|
|
|
Maintainer:
|
|
Akim Demaille <akim.demaille@gmail.com>
|