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>

[ROCm/rocprofiler-compute commit: 8856480808]
This commit is contained in:
Karl W. Schulz
2024-03-11 11:24:37 -05:00
parent ed8d923155
commit 65c1e2cb9c
@@ -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()