- Added more stats gathering code
authorBart Polot <bart@net.in.tum.de>
Tue, 13 Dec 2011 16:57:45 +0000 (16:57 +0000)
committerBart Polot <bart@net.in.tum.de>
Tue, 13 Dec 2011 16:57:45 +0000 (16:57 +0000)
src/nse/gnunet-service-nse.c

index 5bf320ac463009bd3f9ea0e127c8ec34070bf414..7c223190e82b396702a64569e9d3728682790ca6 100644 (file)
@@ -59,7 +59,7 @@
  * production).  The associated code should also probably be removed
  * once we're done with experiments.
  */
-#define ENABLE_HISTOGRAM GNUNET_NO
+#define ENABLE_HISTOGRAM GNUNET_YES
 
 /**
  * Over how many values do we calculate the weighted average?
@@ -301,7 +301,7 @@ setup_estimate_message (struct GNUNET_NSE_ClientMessage *em)
   double val;
   double nsize;
 
-#define WEST 1
+#define WEST 0
   /* Weighted incremental algorithm for stddev according to West (1979) */
 #if WEST
   double sumweight;