3
0
Fork 0
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:
Nuno Lopes 2019-02-21 14:59:31 +00:00
parent 85162d90d1
commit 2f33bafd5a
4 changed files with 6 additions and 9 deletions

View file

@ -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() {