Clear the timer map to help valgrind.

* src/misc/timer.hh (reset_all): New method.
* iface/dve2/dve2check.cc: Use it to help valgrind.
This commit is contained in:
Alexandre Duret-Lutz 2011-03-07 10:47:27 +01:00
parent e75a73dfb1
commit 0584d278d1
3 changed files with 17 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2011-03-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Clear the timer map to help valgrind.
* src/misc/timer.hh (reset_all): New method.
* iface/dve2/dve2check.cc: Use it to help valgrind.
2011-03-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Some documentation of about the dve2 interface.