From 6ad1e94466f69183cec5ce63db62c248e00e5db6 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 19 Sep 2011 14:56:07 +0200 Subject: [PATCH] Print neighbor loads (debug) at termination. --- process.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/process.cpp b/process.cpp index 423fc0e..db84ff8 100644 --- a/process.cpp +++ b/process.cpp @@ -97,6 +97,7 @@ process::~process() lb_iter, comp_iter, real_load); XBT_VERB("Expected load was: %g", expected_load); XBT_VERB("Total computation for this process: %g", get_comp_amount()); + print_loads(true, xbt_log_priority_debug); } int process::run() -- 2.39.5