X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/3cd6600dbcb87137c7adde8e4e310aefaea2a2e7..9539c77f2b5e0eef8d06da7a7ddd1d5546ba0731:/main.cpp?ds=inline diff --git a/main.cpp b/main.cpp index a682dfd..c373553 100644 --- a/main.cpp +++ b/main.cpp @@ -353,8 +353,9 @@ int main(int argc, char* argv[]) "times the total amount of data"); PR_VALUE("Number of hosts that converged", "%u / %u", convergence.get_count(), loads.get_count()); - PR_VALUE("Times of convergence (min/max)", "%g / %g", - convergence.get_min(), convergence.get_max()); + PR_VALUE("Times of convergence (min/max/avg/dev)", "%g / %g / %g / %g", + convergence.get_min(), convergence.get_max(), + convergence.get_mean(), convergence.get_stddev()); XBT_INFO("`----"); }