gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9475 - GNUnet/src/applications/fs/ecrs


From: gnunet
Subject: [GNUnet-SVN] r9475 - GNUnet/src/applications/fs/ecrs
Date: Thu, 12 Nov 2009 09:23:25 -0700

Author: grothoff
Date: 2009-11-12 09:23:25 -0700 (Thu, 12 Nov 2009)
New Revision: 9475

Modified:
   GNUnet/src/applications/fs/ecrs/downloadtest.c
Log:
add timing info

Modified: GNUnet/src/applications/fs/ecrs/downloadtest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/downloadtest.c      2009-11-12 16:22:28 UTC 
(rev 9474)
+++ GNUnet/src/applications/fs/ecrs/downloadtest.c      2009-11-12 16:23:25 UTC 
(rev 9475)
@@ -219,10 +219,10 @@
   fprintf (stderr, "Uploading...\n");
   uri = uploadFile (SIZE);
   CHECK (NULL != uri);
-  fprintf (stderr, "Downloading...");
+  fprintf (stderr, "Downloading... - %llu", GNUNET_get_time());
   CHECK (GNUNET_OK == downloadFile (SIZE, uri));
   GNUNET_ECRS_uri_destroy (uri);
-  fprintf (stderr, "\nUnindexing...\n");
+  fprintf (stderr, "\nUnindexing... %llu \n", GNUNET_get_time());
   CHECK (GNUNET_OK == unindexFile (SIZE));
   fprintf (stderr, "Ok.\n");
 





reply via email to

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