Loading src/Python/LogParser.py +5 −0 Original line number Diff line number Diff line #!/usr/bin/env python3 import warnings warnings.warn("The CustomLogging format for TNL benchmarks is deprecated. Please switch your benchmark " "to JsonLogging and use the tnl-benchmark-to-html.py script for post-processing.", DeprecationWarning) import collections try: Loading src/Tools/tnl-log-to-html.py +5 −0 Original line number Diff line number Diff line #!/usr/bin/env python3 import warnings warnings.warn("The CustomLogging format for TNL benchmarks is deprecated. Please switch your benchmark " "to JsonLogging and use the tnl-benchmark-to-html.py script for post-processing.", DeprecationWarning) import sys from TNL.LogParser import LogParser Loading Loading
src/Python/LogParser.py +5 −0 Original line number Diff line number Diff line #!/usr/bin/env python3 import warnings warnings.warn("The CustomLogging format for TNL benchmarks is deprecated. Please switch your benchmark " "to JsonLogging and use the tnl-benchmark-to-html.py script for post-processing.", DeprecationWarning) import collections try: Loading
src/Tools/tnl-log-to-html.py +5 −0 Original line number Diff line number Diff line #!/usr/bin/env python3 import warnings warnings.warn("The CustomLogging format for TNL benchmarks is deprecated. Please switch your benchmark " "to JsonLogging and use the tnl-benchmark-to-html.py script for post-processing.", DeprecationWarning) import sys from TNL.LogParser import LogParser Loading