From: Arnaud Giersch Date: Mon, 19 Sep 2011 12:56:07 +0000 (+0200) Subject: Print neighbor loads (debug) at termination. X-Git-Tag: v0.1~1 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/6ad1e94466f69183cec5ce63db62c248e00e5db6?ds=sidebyside Print neighbor loads (debug) at termination. --- 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()