* src/misc/timer.hh, src/misc/timer.cc: New files.

* src/misc/Makefile.am (misc_HEADERS, libmisc_la_SOURCES): Add them.
* src/tgbatest/randtgba.cc: Use time_map to measure the algorithms.
Add the -R option.
* src/sanity/style.sh: Let me use `for (.*;;)'.
This commit is contained in:
Alexandre Duret-Lutz 2004-11-29 16:50:49 +00:00
parent 0531dfe6e5
commit 668666d246
6 changed files with 407 additions and 66 deletions

View file

@ -35,6 +35,7 @@ misc_HEADERS = \
minato.hh \
modgray.hh \
random.hh \
timer.hh \
version.hh
noinst_LTLIBRARIES = libmisc.la
@ -46,4 +47,5 @@ libmisc_la_SOURCES = \
minato.cc \
modgray.cc \
random.cc \
timer.cc \
version.cc