Skip to content

Commit

Permalink
timer only when done talking (otherwise output may get mangled)
Browse files Browse the repository at this point in the history
  • Loading branch information
quickbeam123 committed Sep 1, 2024
1 parent 33ba6fb commit f02ec57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CASC/PortfolioMode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,6 @@ void PortfolioMode::runSlice(Options& strategyOpt)
{
System::registerForSIGHUPOnParentDeath();
UIHelper::portfolioParent=false;
Timer::reinitialise();

Options opt = strategyOpt;
//we have already performed the normalization (or don't care about it)
Expand All @@ -650,6 +649,8 @@ void PortfolioMode::runSlice(Options& strategyOpt)
")" << endl;
}

Timer::reinitialise(); // timer only when done talking (otherwise output may get mangled)

Saturation::ProvingHelper::runVampire(*_prb, opt);

bool succeeded =
Expand Down

0 comments on commit f02ec57

Please sign in to comment.