json trace normalizing fix

Change-Id: Ia5987fcd3e08808953534fa3ded2df0b17e0e87a


[ROCm/rocprofiler commit: 6c72cdfe82]
This commit is contained in:
Evgeny
2020-06-19 13:40:33 -05:00
vanhempi 80ad421ce0
commit 5649332eb5
+1 -1
Näytä tiedosto
@@ -563,7 +563,7 @@ dbfile = ''
csvfile = ''
begin_ts_file = indir + '/begin_ts_file.txt'
if os.path.isfile(file_name):
if os.path.isfile(begin_ts_file):
with open(begin_ts_file, mode='r') as fd:
START_US=int(fd.readline()) / 1000
print('Appilcation START-ts found (' + START_US + 'us)')