mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[yul-phaser] AlgorithmRunner: Print total time when showing only the top chromosome
This commit is contained in:
@@ -84,7 +84,7 @@ protected:
|
||||
string topChromosomePattern(size_t roundNumber, Individual const& individual) const
|
||||
{
|
||||
ostringstream output;
|
||||
output << roundNumber << "\\|" << individualPattern(individual);
|
||||
output << roundNumber << R"(\|[0-9.]+\|)" << individualPattern(individual);
|
||||
return output.str();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user