[netperf-dev] netperf2 commit notice r546 - trunk/src

raj at netperf.org raj at netperf.org
Sat Mar 24 16:02:25 PDT 2012


Author: raj
Date: 2012-03-24 16:02:25 -0700 (Sat, 24 Mar 2012)
New Revision: 546

Modified:
   trunk/src/netlib.c
Log:
more spurrious printfs to remove

Modified: trunk/src/netlib.c
===================================================================
--- trunk/src/netlib.c	2012-03-24 22:59:48 UTC (rev 545)
+++ trunk/src/netlib.c	2012-03-24 23:02:25 UTC (rev 546)
@@ -3910,9 +3910,7 @@
       /* we always want to fine-tune demo_units here whether we emit
 	 an interim result or not.  if we are short, this will
 	 lengthen demo_units.  if we are long, this will shorten it */
-      printf("demo before %f",demo_units);
       demo_units = demo_units * (demo_interval / actual_interval);
-      printf("demo after %f\n",demo_units);
       if (actual_interval >= demo_interval) {
         /* time to emit an interim result, giving the current time to
 	   the millisecond for compatability with RRD  */



More information about the netperf-dev mailing list