[netperf-dev] netperf2 commit notice r151 - trunk/src
raj at netperf.org
raj at netperf.org
Wed Oct 24 17:50:37 PDT 2007
Author: raj
Date: 2007-10-24 17:50:37 -0700 (Wed, 24 Oct 2007)
New Revision: 151
Modified:
trunk/src/netlib.c
Log:
increase sigfigs displayed on confidence warnings
Modified: trunk/src/netlib.c
===================================================================
--- trunk/src/netlib.c 2007-10-25 00:13:09 UTC (rev 150)
+++ trunk/src/netlib.c 2007-10-25 00:50:37 UTC (rev 151)
@@ -4149,13 +4149,13 @@
fprintf(where,
"!!! must be investigated before going further.\n");
fprintf(where,
- "!!! Confidence intervals: Throughput : %4.1f%%\n",
+ "!!! Confidence intervals: Throughput : %4.3f%%\n",
100.0 * (interval - result_confid));
fprintf(where,
- "!!! Local CPU util : %4.1f%%\n",
+ "!!! Local CPU util : %4.3f%%\n",
100.0 * (interval - loc_cpu_confid));
fprintf(where,
- "!!! Remote CPU util : %4.1f%%\n\n",
+ "!!! Remote CPU util : %4.3f%%\n\n",
100.0 * (interval - rem_cpu_confid));
}
More information about the netperf-dev
mailing list