[yul-phaser] AlgorithmRunner: Print elapsed time after each round

This commit is contained in:
Kamil Śliwak
2020-03-25 10:21:18 +01:00
parent c875b3d944
commit 47c3b558f2
3 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ class AlgorithmRunnerFixture
{
protected:
// NOTE: Regexes here should not contain spaces because we strip them before matching
regex RoundSummaryRegex{R"(-+ROUND\d+-+)"};
regex RoundSummaryRegex{R"(-+ROUND\d+\[round:[0-9.]+s,total:[0-9.]+s\]-+)"};
regex InitialPopulationHeaderRegex{"-+INITIALPOPULATION-+"};
string individualPattern(Individual const& individual) const