From: Arnaud Giersch Date: Tue, 18 Oct 2011 13:43:37 +0000 (+0200) Subject: Use shorter abbreviation in main results. X-Git-Tag: exp_20120216~12 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/e8cd9a72c8bb979e62f220854ad8c25db52edee7?ds=inline Use shorter abbreviation in main results. --- diff --git a/main.cpp b/main.cpp index 45c58ce..dd8b661 100644 --- a/main.cpp +++ b/main.cpp @@ -187,7 +187,7 @@ static void install_signal_handler() #define PR_STATS(descr, st) \ XBT_INFO("| %.*s: %g / %g / %g", DATA_DESCR_WIDTH, \ - descr " (total/avg./stddev).............................", \ + descr " (sum/avg/dev)...................................", \ st.get_sum(), st.get_mean(), st.get_stddev()) int main(int argc, char* argv[])