Update src/omniperf_profile/profiler_rocscope.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:22:38 -05:00
rodzic 8e45cc897f
commit af3f006a7e
@@ -44,7 +44,7 @@ class rocscope_profiler(OmniProfiler_Base):
def run_profiling(self, version, prog):
"""Run profiling."""
console_log(
"profiling" "performing profiling using %s profiler" % self.__profiler
"profiling", "performing profiling using %s profiler" % self.__profiler
)
# TODO: Finish implementation