ltldo: rename %R as %#

Fixes #189.

* bin/ltldo.cc: Here.
* tests/core/ltldo.test: Adjust and add test-case for %R.
* NEWS: Mention the change.
This commit is contained in:
Alexandre Duret-Lutz 2016-11-08 14:56:38 +01:00
parent 600b1f7e5c
commit 278b41f4bb
3 changed files with 20 additions and 7 deletions

15
NEWS
View file

@ -6,11 +6,18 @@ New in spot 2.1.2.dev (not yet released)
LTL over finite words) model checking to LTL model checking. This
is based on a transformation by De Giacomo & Vardi (IJCAI'13).
* "ltldo --stats=%R", which used to display the serial number of the
formula processed, was renamed to "ltldo --stats=%#" to free %R
for the following feature.
* autfilt, dstar2tgba, ltl2tgba, ltlcross, ltldo learned to time any
task in a more precise way thanks to %R, %[LETTER]R option. User time,
system time or children processing time or ... (see --help) can be
measured separately. A typical use-case is to exclude time spent
inside ltldo by keeping only time spent in each executed tool.
task in a more precise way thanks to %R, %[LETTER]R option. User
or system time, for children or parent, can be measured
separately. A typical use-case is "ltldo --stats='... %[c]R ...'
..." to measure the time spent in the tool ran by ltldo, excluding
that of ltldo. In all tools, the difference between %r
(wall-clock time) and %R (process time) can also be used to detect
unreliable measurements.
Library: