master > master: code - logging sauberer - debug jetzt verblasst

This commit is contained in:
RD
2021-10-24 12:32:59 +02:00
parent 96968cf8dd
commit ab0fd15093
2 changed files with 5 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ def DisplayEndOfAlgorithm(*_: Any, **outputs: Any):
return;
def DisplayMetrics():
logPlain('Dauer der Ausführung: t = \033[2m{}\033[0m'.format(TimeElapsed()));
logPlain('Dauer der Ausführung: t = \033[1m{}\033[0m'.format(TimeElapsed()));
logPlain('Anzahl der Schritte: T(n) = \033[1m{}\033[0m'.format(NumberOfSteps()));
return;