Detect running timers, and stop a timer in ltl2tgba.
* src/misc/timer.hh (time_info::running): New attribute. (time_info::start, time_info::stop): Update and check time_info::running. * src/misc/timer.cc (timer_map::print): Mark running timers with a "+" in the output. * src/tgbatest/ltl2tgba.cc (main): Rename the name of the timers for SCC and simulation reduction, and actually stop the SCC timer.
This commit is contained in:
parent
ab02ee60fe
commit
b796bb3d0a
4 changed files with 37 additions and 10 deletions
12
ChangeLog
12
ChangeLog
|
|
@ -1,3 +1,15 @@
|
|||
2009-11-24 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Detect running timers, and stop a timer in ltl2tgba.
|
||||
|
||||
* src/misc/timer.hh (time_info::running): New attribute.
|
||||
(time_info::start, time_info::stop): Update and check
|
||||
time_info::running.
|
||||
* src/misc/timer.cc (timer_map::print): Mark running timers with
|
||||
a "+" in the output.
|
||||
* src/tgbatest/ltl2tgba.cc (main): Rename the name of the timers
|
||||
for SCC and simulation reduction, and actually stop the SCC timer.
|
||||
|
||||
2009-11-23 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* src/tgbaalgos/sccfilter.cc (create_transition): Do not clone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue