[Pvfs2-cvs] commit by kunkel in pvfs2/src/common/misc: pint-perf-counter.h

CVS commit program cvs at parl.clemson.edu
Thu Feb 22 15:17:19 EST 2007


Update of /projects/cvsroot/pvfs2/src/common/misc
In directory parlweb1:/tmp/cvs-serv24317/src/common/misc

Modified Files:
      Tag: kunkel-migration-branch
	pint-perf-counter.h 
Log Message:
Change from float to double to increase numerical stability.


Index: pint-perf-counter.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/pint-perf-counter.h,v
diff -p -u -r1.11.4.3 -r1.11.4.4
--- pint-perf-counter.h	22 Feb 2007 18:14:40 -0000	1.11.4.3
+++ pint-perf-counter.h	22 Feb 2007 20:17:19 -0000	1.11.4.4
@@ -77,8 +77,8 @@ struct PINT_perf_counter
 
     /* used for calculation of load */
     PVFS_Gtime time_of_last_rollover;
-    float load_overlapping     [PINT_PERF_LAST];
-    float load_non_overlapping [PINT_PERF_LAST];
+    double load_overlapping     [PINT_PERF_LAST];
+    double load_non_overlapping [PINT_PERF_LAST];
     int   current_pending_count[PINT_PERF_LAST];
     int   last_pending_count   [PINT_PERF_LAST];
 };



More information about the Pvfs2-cvs mailing list