mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +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
|
@ -3496,7 +3496,6 @@ namespace smt {
|
|||
m_case_split_queue ->init_search_eh();
|
||||
m_next_progress_sample = 0;
|
||||
TRACE("literal_occ", display_literal_num_occs(tout););
|
||||
m_timer.start();
|
||||
}
|
||||
|
||||
void context::end_search() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue