From 65c1e2cb9c2585385203d438c7682ccbcab1f760 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Mon, 11 Mar 2024 11:24:37 -0500 Subject: [PATCH] Update src/omniperf_profile/profiler_base.py Co-authored-by: Cole Ramos Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: 885648080809e70e41e6f289a5dc59dedc150858] --- .../rocprofiler-compute/src/omniperf_profile/profiler_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/src/omniperf_profile/profiler_base.py b/projects/rocprofiler-compute/src/omniperf_profile/profiler_base.py index 50d714bea5..1d2eea4a48 100644 --- a/projects/rocprofiler-compute/src/omniperf_profile/profiler_base.py +++ b/projects/rocprofiler-compute/src/omniperf_profile/profiler_base.py @@ -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()