This commit is contained in:
Alexey Avramov 2019-03-25 00:58:57 +09:00
parent 43f2ab6cbe
commit 269b8e958c

5
nohang
View File

@ -2094,9 +2094,12 @@ stdout.flush()
########################################################################## ##########################################################################
psi_avg_string = '' # will be overwritten if PSI monitoring enabled
if psi_support and not ignore_psi: if psi_support and not ignore_psi:
psi_t0 = time() psi_t0 = time()
psi_avg_string = '' # will be overwritten if PSI monitoring enabled
if print_mem_check_results: if print_mem_check_results: