From: Julius Bünger Date: Thu, 1 Nov 2018 15:20:57 +0000 (+0100) Subject: RPS profiler: Dump statistics more frequently X-Git-Tag: v0.11.0~240^2~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3c196a909a13a84ca15b05ca708a4314e8118916;p=oweals%2Fgnunet.git RPS profiler: Dump statistics more frequently --- diff --git a/src/rps/gnunet-rps-profiler.c b/src/rps/gnunet-rps-profiler.c index c0059ac3b..b17fb6a50 100644 --- a/src/rps/gnunet-rps-profiler.c +++ b/src/rps/gnunet-rps-profiler.c @@ -2432,10 +2432,10 @@ post_test_shutdown_ready_cb (void *cls, GNUNET_TESTBED_operation_done (rps_peer->stat_op); } - //write_final_stats (); + write_final_stats (); if (GNUNET_YES == check_statistics_collect_completed()) { - write_final_stats (); + //write_final_stats (); GNUNET_free (stat_cls); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Shutting down\n");