timer: also consider the time spent in child processes

* src/misc/timer.hh: Fix.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2014-02-07 14:04:53 +01:00
parent 55ee18b96a
commit 20824b96b9
2 changed files with 15 additions and 6 deletions

9
NEWS
View file

@ -11,6 +11,15 @@ New in spot 1.2.2a (not yet released)
- randltl had trouble generating formulas when all unary, or
all binary/n-ary operators were disabled.
- Fix spurious testsuite failure when using Pandas 0.13.
- Add the time spent in child processes when measuring time
with the timer class.
- Fix determinism of the SAT-based minimization encoding.
(It would sometimes produce different equivalent automata,
because of a different encoding order.)
- A the SAT-based minimization is asked for a 10-state automaton
and return a 6-state automaton, do not ask for a 9-state
automaton in the next iteration...
New in spot 1.2.2 (2014-01-24)