generate histograms
authorChristian Grothoff <christian@grothoff.org>
Mon, 25 Jul 2011 13:14:44 +0000 (13:14 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 25 Jul 2011 13:14:44 +0000 (13:14 +0000)
contrib/defaults.conf
src/nse/gnunet-service-nse.c

index 2461fb54ee55f7fa716102b4d73c1ce01cd0d4a7..26d5d623766b8aec1f23d29035e38a21e5df264d 100644 (file)
@@ -432,6 +432,7 @@ UNIXPATH = /tmp/test-nse-service-nse.unix
 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.
index ef87849461f89eadc149284487f0b393d6ef35ca..15a9c2b5449e243291c56465fa18b64fbb1ce7a9 100644 (file)
 #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
 
 /**