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

raj at netperf.org raj at netperf.org
Mon Dec 12 14:16:47 PST 2005


Author: raj
Date: 2005-12-12 14:16:46 -0800 (Mon, 12 Dec 2005)
New Revision: 46

Modified:
   trunk/src/netcpu_ntperf.c
Log:
Fixes for Windows CPU util from SAF


Modified: trunk/src/netcpu_ntperf.c
===================================================================
--- trunk/src/netcpu_ntperf.c	2005-12-09 19:43:13 UTC (rev 45)
+++ trunk/src/netcpu_ntperf.c	2005-12-12 22:16:46 UTC (rev 46)
@@ -343,7 +343,7 @@
   
   if (verbosity > 1)
     {
-      fprintf(where,"ActualDuation (ms): %d\n", duration/10);
+      fprintf(where,"ActualDuration (ms): %d\n", duration/10);
     }
   
   if (verbosity > 1)
@@ -456,11 +456,13 @@
 void
 cpu_start_internal(void)
 {
+  RestartPerfCntrs(PerfCntrs);
 }
 
 void
 cpu_stop_internal(void)
 {
+  RestartPerfCntrs(PerfCntrs);
 }
 
 float



More information about the netperf-dev mailing list