X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/88921c948c99bfaf470e528e6e6d004c22905a40..9539c77f2b5e0eef8d06da7a7ddd1d5546ba0731:/main.cpp diff --git a/main.cpp b/main.cpp index b50340a..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("Date of first host convergence", "%g", convergence.get_min()); - PR_VALUE("Date of last host convergence", "%g", 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("`----"); }