Revert #333 deterministic ordering (#337)

* Revert "formatting"

This reverts commit e387561791898467371b6219921f10447d3486b3.

* Revert "Implement deterministic ordering of perfmon"

This reverts commit 2a24600a37c8002838145962a957cea447555b0c.

[ROCm/rocprofiler-compute commit: f7394bf272]
Esse commit está contido em:
Cole Ramos
2024-03-29 10:43:06 -05:00
commit fa02efc962
3 arquivos alterados com 16 adições e 45 exclusões
@@ -64,6 +64,7 @@ class PlainFormatter(logging.Formatter):
# Setup console handler - provided as separate function to be called
# prior to argument parsing
def setup_console_handler():
color_setting = 0
if "OMNIPERF_COLOR" in os.environ.keys():
color_setting = int(os.environ["OMNIPERF_COLOR"])