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

raj at netperf.org raj at netperf.org
Sat Mar 24 15:59:48 PDT 2012


Author: raj
Date: 2012-03-24 15:59:48 -0700 (Sat, 24 Mar 2012)
New Revision: 545

Modified:
   trunk/src/netlib.c
Log:
remove spurrious printf

Modified: trunk/src/netlib.c
===================================================================
--- trunk/src/netlib.c	2012-03-24 00:00:38 UTC (rev 544)
+++ trunk/src/netlib.c	2012-03-24 22:59:48 UTC (rev 545)
@@ -3910,7 +3910,9 @@
       /* 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  */
@@ -4086,7 +4088,6 @@
 
 void
 HIST_purge(HIST h) {
-  printf("%s\n",__FUNCTION__);
   h->count = 0;
   h->producer = 0;
   h->consumer = 0;



More information about the netperf-dev mailing list