gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: RPS profiler: Dump statisti


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: RPS profiler: Dump statistics more frequently
Date: Thu, 01 Nov 2018 16:21:40 +0100

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 3c196a909 RPS profiler: Dump statistics more frequently
3c196a909 is described below

commit 3c196a909a13a84ca15b05ca708a4314e8118916
Author: Julius Bünger <address@hidden>
AuthorDate: Thu Nov 1 16:20:57 2018 +0100

    RPS profiler: Dump statistics more frequently
---
 src/rps/gnunet-rps-profiler.c | 4 ++--
 1 file 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,
     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");

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]