mirror of
https://github.com/Z3Prover/z3
synced 2025-05-01 04:45:52 +00:00
stopwatches: fix a few places that would call start/stop multiple times
This commit is contained in:
parent
85162d90d1
commit
2f33bafd5a
4 changed files with 6 additions and 9 deletions
|
@ -27,7 +27,7 @@ Revision History:
|
|||
class timer {
|
||||
stopwatch m_watch;
|
||||
public:
|
||||
void start() {
|
||||
timer() {
|
||||
m_watch.start();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue