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:24:53 -05:00
والد 8856480808
کامیت e8ca48dc83
@@ -52,6 +52,6 @@ class rocscope_profiler(OmniProfiler_Base):
def post_processing(self):
"""Perform any post-processing steps prior to profiling."""
console_log(
"profiling" "performing post-processing using %s profiler" % self.__profiler
"profiling", "performing post-processing using %s profiler" % self.__profiler
)
# TODO: Finish implementation