apply formatting
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
[ROCm/rocprofiler-compute commit: b27a2b2c10]
This commit is contained in:
committed by
Karl W. Schulz
parent
9d7dde19b0
commit
fbf3711eb2
@@ -346,7 +346,7 @@ class OmniProfiler_Base:
|
||||
input_files = glob.glob(self.get_args().path + "/perfmon/*.txt")
|
||||
input_files.sort()
|
||||
|
||||
for fname in tqdm(input_files,disable=disable_tqdm):
|
||||
for fname in tqdm(input_files, disable=disable_tqdm):
|
||||
# Kernel filtering (in-place replacement)
|
||||
if not self.__args.kernel == None:
|
||||
success, output = capture_subprocess_output(
|
||||
|
||||
Reference in New Issue
Block a user