include loglevel function argument to "run_prof" routine

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
Karl W Schulz
2024-03-07 08:46:34 -06:00
committed by Karl W. Schulz
parent 48de8ae490
commit 34694f86c2
+1
View File
@@ -397,6 +397,7 @@ class OmniProfiler_Base:
profiler_options=options,
workload_dir=self.get_args().path,
mspec=self._soc._mspec,
loglevel=self.get_args().loglevel,
)
elif self.__profiler == "rocscope":