* 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:
parent
0531dfe6e5
commit
668666d246
6 changed files with 407 additions and 66 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue