update log summary at begin of profiling mode

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
Tento commit je obsažen v:
Karl W Schulz
2024-03-08 15:10:53 -06:00
odevzdal Karl W. Schulz
rodič f4483e3c4e
revize 594875a974
+2 -1
Zobrazit soubor
@@ -319,7 +319,8 @@ class OmniProfiler_Base:
)
# log basic info
console_log(str(prog) + " ver: " + str(version))
console_log(str(prog).title() + " version: " + str(version))
console_log("Profiler choice: %s" % self.__profiler)
console_log("Path: " + str(os.path.abspath(self.__args.path)))
console_log("Target: " + str(self._soc._mspec.gpu_model))
console_log("Command: " + str(self.__args.remaining))