summaryrefslogtreecommitdiff
path: root/test/unit/api/solver_black.cpp
diff options
context:
space:
mode:
authorGereon Kremer <nafur42@gmail.com>2021-08-31 19:00:58 -0700
committerGitHub <noreply@github.com>2021-09-01 02:00:58 +0000
commit5303c2c85c2d57a2e7c180e639661b071e18f2bc (patch)
tree024ce6fb07e6ff5475fc9c2ec76dbf745c1a58cd /test/unit/api/solver_black.cpp
parenta6cdf2b085aaa9789f47757329a7803053ceb36a (diff)
Make driver::totalTime a TimerStat (#7089)
This makes the `driver::totalTime` statistic a `TimerStat`. This eliminates the need to obtain the overall runtime in the driver and write it to the statistics towards the end of the runtime. This not only eliminates some code in the driver, but also gets rid of the call to `getSmtEngine()` that goes around the API. One disclaimer: The statistics output changes from seconds as a double (i.e. `1.234`) to milliseconds (i.e. `1234ms`).
Diffstat (limited to 'test/unit/api/solver_black.cpp')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback