update log summary at begin of profiling mode
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
[ROCm/rocprofiler-compute commit: 594875a974]
This commit is contained in:
committed by
Karl W. Schulz
parent
1c3eec3f91
commit
4aa463a4e6
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user