fix find_victim
This commit is contained in:
parent
424b1ba936
commit
2c747023b7
4
nohang
4
nohang
@ -775,7 +775,9 @@ def find_victim_and_send_signal(signal):
|
|||||||
else:
|
else:
|
||||||
|
|
||||||
response_time = time() - time0
|
response_time = time() - time0
|
||||||
victim_badness_is_too_small = '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nvictim badness {} < min_b' \
|
print('~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~')
|
||||||
|
print(mem_info)
|
||||||
|
victim_badness_is_too_small = 'victim badness {} < min_b' \
|
||||||
'adness {}; nothing to do; response time: {} ms'.format(
|
'adness {}; nothing to do; response time: {} ms'.format(
|
||||||
victim_badness,
|
victim_badness,
|
||||||
min_badness,
|
min_badness,
|
||||||
|
Loading…
Reference in New Issue
Block a user