Update src/omniperf_profile/profiler_base.py

Co-authored-by: Cole Ramos <colramos@amd.com>
Signed-off-by: Karl W. Schulz <koomie@users.noreply.github.com>
This commit is contained in:
Karl W. Schulz
2024-03-11 11:24:37 -05:00
parent 523639a7fd
commit 8856480808
+1 -1
View File
@@ -386,7 +386,7 @@ class OmniProfiler_Base:
console_error(output)
else:
console_debug(output)
console_log("profile", "Current input file: %s" % fname)
console_log("profiling", "Current input file: %s" % fname)
# Fetch any SoC/profiler specific profiling options
options = self._soc.get_profiler_options()