Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
maoyancan committed May 8, 2020
1 parent 8df0b80 commit db9e771
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nexmark_scripts/draw/RateAndWindowDelay.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,10 @@ def parseContainerLongtermDelay(split, base, containerLongtermDelay, containerLo
else:
decision += [0]

if (split[2] == 'Number' and split[4] == 'severe' and split[1] == jobid):
time = int(lines[i-1].split(' ')[2])
numberOfSevereT += [time]
numberOfSevere += [int(split[6])]
# if (split[2] == 'Number' and split[4] == 'severe' and split[1] == jobid):
# time = int(lines[i-1].split(' ')[2])
# numberOfSevereT += [time]
# numberOfSevere += [int(split[6])]

if (split[2] == 'Executors' and split[3] == 'stopped' and split[1] == jobid):
i = split.index('from')
Expand Down

0 comments on commit db9e771

Please sign in to comment.