aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-11-01 16:20:57 +0100
committerJulius Bünger <buenger@mytum.de>2018-11-01 16:20:57 +0100
commit3c196a909a13a84ca15b05ca708a4314e8118916 (patch)
treecd7e703a8e8da28ec52d88c7f71395ae5b579d94 /src
parentd40df54e4b08e7388ac83dfe8d52c12c5ae3fb52 (diff)
downloadgnunet-3c196a909a13a84ca15b05ca708a4314e8118916.tar.gz
gnunet-3c196a909a13a84ca15b05ca708a4314e8118916.zip
RPS profiler: Dump statistics more frequently
Diffstat (limited to 'src')
-rw-r--r--src/rps/gnunet-rps-profiler.c4
1 files changed, 2 insertions, 2 deletions
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,
2432 GNUNET_TESTBED_operation_done (rps_peer->stat_op); 2432 GNUNET_TESTBED_operation_done (rps_peer->stat_op);
2433 } 2433 }
2434 2434
2435 //write_final_stats (); 2435 write_final_stats ();
2436 if (GNUNET_YES == check_statistics_collect_completed()) 2436 if (GNUNET_YES == check_statistics_collect_completed())
2437 { 2437 {
2438 write_final_stats (); 2438 //write_final_stats ();
2439 GNUNET_free (stat_cls); 2439 GNUNET_free (stat_cls);
2440 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 2440 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2441 "Shutting down\n"); 2441 "Shutting down\n");