[hornetq-commits] JBoss hornetq SVN: r10300 - branches/Branch_2_2_EAP/native/src.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Mar 7 13:04:42 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-03-07 13:04:41 -0500 (Mon, 07 Mar 2011)
New Revision: 10300

Modified:
   branches/Branch_2_2_EAP/native/src/disktest.cpp
Log:
tweak on disktest

Modified: branches/Branch_2_2_EAP/native/src/disktest.cpp
===================================================================
--- branches/Branch_2_2_EAP/native/src/disktest.cpp	2011-03-07 17:21:41 UTC (rev 10299)
+++ branches/Branch_2_2_EAP/native/src/disktest.cpp	2011-03-07 18:04:41 UTC (rev 10300)
@@ -223,6 +223,7 @@
  
 
       fprintf (stderr, "Total time to write file = %ld milliseconds, Bytes/millisecond = %ld, Writes/Syncs per millisecond = %f \n", (endAIO - startAIO), (fileSize / (endAIO - startAIO)), ((double)writes / ((double)endAIO - (double)startAIO)));
+      fprintf (stderr, "Number of writes:  %d,total Time = %ld\n",  writes, endAIO - startAIO);
 
 
       free (events);



More information about the hornetq-commits mailing list