[rocprofiler-compute] make pmc files deterministic (#1066)

* make pmc files deterministic
Этот коммит содержится в:
vedithal-amd
2025-09-22 10:48:35 -04:00
коммит произвёл GitHub
родитель 9910705685
Коммит fa31650298
+2
Просмотреть файл
@@ -587,6 +587,8 @@ class OmniSoC_Base:
# Create separate perfmon file for LEVEL counters without _sum suffix
# TCC LEVEL counters are handled channel wise, so ignore them
# Convert set to sorted list for determinism in pmc txt files
counters = sorted(list(counters))
for counter in counters.copy():
if (
"LEVEL" in counter