Print counter list in DEBUG level (#758)

[ROCm/rocprofiler-compute commit: 7c0ffd14a9]
Dieser Commit ist enthalten in:
vedithal-amd
2025-06-16 16:53:00 -04:00
committet von GitHub
Ursprung 72e8576a7e
Commit fccb9195ff
@@ -610,7 +610,7 @@ class OmniSoC_Base:
"No performance counters to collect, please check the provided profiling filters",
)
else:
console_log(f"Collecting following counters: {', '.join(counters)} ")
console_debug(f"Collecting following counters: {', '.join(counters)} ")
output_files = []