back to double
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 5 Apr 2011 17:12:56 +0000 (17:12 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 5 Apr 2011 17:12:56 +0000 (17:12 +0000)
src/transport/test_transport_ats.c

index 41d3a94437bfbb16d0df7aed26bd50d146089242..cdca2b7285c40d077ff0faa98c8dfe4f5746cd28 100644 (file)
@@ -26,7 +26,7 @@
 #include "gnunet_scheduler_lib.h"
 #include "gauger.h"
 
-#define VERBOSE GNUNET_NO
+#define VERBOSE GNUNET_YES
 
 #define NUM_PEERS 11
 #define MEASUREMENTS 5
@@ -168,8 +168,8 @@ static void evaluate_measurements()
        /* only log benchmark time for 10 peers */
        if (results[MEASUREMENTS-1].peers == (10))
                {
-                       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Send data to gauger\n");
-                       GAUGER ("TRANSPORT", "ATS execution time 10 peers", (int) average , "ms");
+                       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Send data to gauger: %f \n", average);
+                       GAUGER ("TRANSPORT", "ATS execution time 10 peers", average , "ms");
                }
        shutdown_peers();
 }