From 7c0ffd14a9b2c4222697ff62772e214e7fdbd9f4 Mon Sep 17 00:00:00 2001 From: vedithal-amd Date: Mon, 16 Jun 2025 16:53:00 -0400 Subject: [PATCH] Print counter list in DEBUG level (#758) --- src/rocprof_compute_soc/soc_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rocprof_compute_soc/soc_base.py b/src/rocprof_compute_soc/soc_base.py index 08a41f8db3..d15b14a5e7 100644 --- a/src/rocprof_compute_soc/soc_base.py +++ b/src/rocprof_compute_soc/soc_base.py @@ -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 = []