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:
@@ -52,6 +52,6 @@ class rocscope_profiler(OmniProfiler_Base):
|
|||||||
def post_processing(self):
|
def post_processing(self):
|
||||||
"""Perform any post-processing steps prior to profiling."""
|
"""Perform any post-processing steps prior to profiling."""
|
||||||
console_log(
|
console_log(
|
||||||
"profiling" "performing post-processing using %s profiler" % self.__profiler
|
"profiling", "performing post-processing using %s profiler" % self.__profiler
|
||||||
)
|
)
|
||||||
# TODO: Finish implementation
|
# TODO: Finish implementation
|
||||||
|
|||||||
Reference in New Issue
Block a user