From e6be2dd03aa2715ececc4daa22dc9fd1d345c37d Mon Sep 17 00:00:00 2001 From: Evgeny Date: Tue, 22 Sep 2020 07:01:39 -0400 Subject: [PATCH] SWDEV-254810 : JSON generator cleanup Change-Id: Iacf782ee1e33443e9efb35b1adfcd2a43feda91d [ROCm/rocprofiler commit: 29191089cc719ccc0d687e536a7bf2fc1bc93d91] --- projects/rocprofiler/bin/tblextr.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/projects/rocprofiler/bin/tblextr.py b/projects/rocprofiler/bin/tblextr.py index 7a198cf11e..f42f061c54 100755 --- a/projects/rocprofiler/bin/tblextr.py +++ b/projects/rocprofiler/bin/tblextr.py @@ -443,11 +443,6 @@ def fill_api_db(table_name, db, indir, api_name, api_pid, dep_pid, dep_list, dep dur_us = int((end_ns - beg_ns) / 1000) from_us = int((beg_ns - START_NS) / 1000) + dur_us - print('beg_end_ns = ' + str(beg_ns) + ':' + str(end_ns)) - print('>> START_NS = ' + str(START_NS)) - print('>> dur_us = ' + str(dur_us)) - print('>> from_us = ' + str(from_us)) - if not proc_id in dep_dict: dep_dict[proc_id] = {} dep_proc = dep_dict[proc_id] found = 1 if dep_pid in dep_proc else 0