Print counter list in DEBUG level (#758)
This commit is contained in:
@@ -610,7 +610,7 @@ class OmniSoC_Base:
|
|||||||
"No performance counters to collect, please check the provided profiling filters",
|
"No performance counters to collect, please check the provided profiling filters",
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
console_log(f"Collecting following counters: {', '.join(counters)} ")
|
console_debug(f"Collecting following counters: {', '.join(counters)} ")
|
||||||
|
|
||||||
output_files = []
|
output_files = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user