gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14515 - gnunet/src/datacache


From: gnunet
Subject: [GNUnet-SVN] r14515 - gnunet/src/datacache
Date: Thu, 24 Feb 2011 10:33:47 +0100

Author: grothoff
Date: 2011-02-24 10:33:47 +0100 (Thu, 24 Feb 2011)
New Revision: 14515

Modified:
   gnunet/src/datacache/perf_datacache.c
Log:
fix

Modified: gnunet/src/datacache/perf_datacache.c
===================================================================
--- gnunet/src/datacache/perf_datacache.c       2011-02-24 09:06:31 UTC (rev 
14514)
+++ gnunet/src/datacache/perf_datacache.c       2011-02-24 09:33:47 UTC (rev 
14515)
@@ -107,7 +107,7 @@
                   "Time to PUT %u items in %s-datacache",
                   ITERATIONS,
                   plugin_name);
-  GAUGER (GNUNET_TIME_absolute_get_duration(start).rel_value, gstr, "ms");
+  GAUGER (gstr, GNUNET_TIME_absolute_get_duration(start).rel_value, "ms");
   start = GNUNET_TIME_absolute_get ();
   memset (&k, 0, sizeof (GNUNET_HashCode));
   for (i = 0; i < ITERATIONS; i++)
@@ -128,7 +128,7 @@
                   "Time to try to GET %u items from %s-datacache",
                   ITERATIONS,
                   plugin_name);
-  GAUGER (GNUNET_TIME_absolute_get_duration(start).rel_value, gstr, "ms");
+  GAUGER (gstr, GNUNET_TIME_absolute_get_duration(start).rel_value, "ms");
           
   GNUNET_DATACACHE_destroy (h);
   ASSERT (ok == 0);




reply via email to

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