gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r14465 - gnunet/src/datacache
Date: Fri, 18 Feb 2011 22:43:06 +0100

Author: grothoff
Date: 2011-02-18 22:43:05 +0100 (Fri, 18 Feb 2011)
New Revision: 14465

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

Modified: gnunet/src/datacache/perf_datacache.c
===================================================================
--- gnunet/src/datacache/perf_datacache.c       2011-02-18 21:43:01 UTC (rev 
14464)
+++ gnunet/src/datacache/perf_datacache.c       2011-02-18 21:43:05 UTC (rev 
14465)
@@ -106,7 +106,7 @@
   GNUNET_snprintf (gstr, sizeof (gstr),
                   "Time to PUT %u items in %s-datacache_ms",
                   ITERATIONS,
-                  plugins_name);
+                  plugin_name);
   GAUGER (GNUNET_TIME_absolute_get_duration(start).rel_value,
          gstr);  
   start = GNUNET_TIME_absolute_get ();
@@ -128,7 +128,7 @@
   GNUNET_snprintf (gstr, sizeof (gstr),
                   "Time to try to GET %u items from %s-datacache_ms",
                   ITERATIONS,
-                  plugins_name);
+                  plugin_name);
   GAUGER (GNUNET_TIME_absolute_get_duration(start).rel_value,
          gstr);  
           




reply via email to

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