gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16173 - in gnunet: contrib src/nse


From: gnunet
Subject: [GNUnet-SVN] r16173 - in gnunet: contrib src/nse
Date: Mon, 25 Jul 2011 15:14:45 +0200

Author: grothoff
Date: 2011-07-25 15:14:44 +0200 (Mon, 25 Jul 2011)
New Revision: 16173

Modified:
   gnunet/contrib/defaults.conf
   gnunet/src/nse/gnunet-service-nse.c
Log:
generate histograms

Modified: gnunet/contrib/defaults.conf
===================================================================
--- gnunet/contrib/defaults.conf        2011-07-25 13:13:38 UTC (rev 16172)
+++ gnunet/contrib/defaults.conf        2011-07-25 13:14:44 UTC (rev 16173)
@@ -432,6 +432,7 @@
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
 PROOFFILE = $SERVICEHOME/.nse-proof
+HISTOGRAM = $SERVICEHOME/nse-history.log
 
 # How 'slowly' should the proof-of-work be constructed (delay
 # between rounds in ms); sane values between 0 and ~1000.

Modified: gnunet/src/nse/gnunet-service-nse.c
===================================================================
--- gnunet/src/nse/gnunet-service-nse.c 2011-07-25 13:13:38 UTC (rev 16172)
+++ gnunet/src/nse/gnunet-service-nse.c 2011-07-25 13:14:44 UTC (rev 16173)
@@ -45,6 +45,11 @@
 #include "gnunet_nse_service.h"
 #include "nse.h"
 
+/**
+ * Should we generate a histogram with the time stamps of when we received
+ * NSE messages to disk? (for performance evaluation only, not useful in
+ * production)
+ */
 #define ENABLE_HISTOGRAM GNUNET_YES
 
 /**




reply via email to

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