summaryrefslogtreecommitdiffstats
path: root/src/H5Cprivate.h
diff options
context:
space:
mode:
authorJohn Mainzer <mainzer@hdfgroup.org>2007-08-10 09:50:48 (GMT)
committerJohn Mainzer <mainzer@hdfgroup.org>2007-08-10 09:50:48 (GMT)
commitc5cdb7d9577f4b2b8238cad5f148e7c2dba05141 (patch)
tree2b93afe9d18e254fa9c28c12578633dbc0f41b1b /src/H5Cprivate.h
parentb742150e4c2bc115c531bc285a86dc38153594ca (diff)
downloadhdf5-c5cdb7d9577f4b2b8238cad5f148e7c2dba05141.zip
hdf5-c5cdb7d9577f4b2b8238cad5f148e7c2dba05141.tar.gz
hdf5-c5cdb7d9577f4b2b8238cad5f148e7c2dba05141.tar.bz2
[svn-r14065] Second try at checking in the "cork the cache" modification.
First attempt contained slightly dated versions of the files listed below. Must also note that the mods were tested with h5committest, and two other linux builds.
Diffstat (limited to 'src/H5Cprivate.h')
-rw-r--r--src/H5Cprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Cprivate.h b/src/H5Cprivate.h
index e169bd6..d365755 100644
--- a/src/H5Cprivate.h
+++ b/src/H5Cprivate.h
@@ -37,7 +37,7 @@
#include "H5Fprivate.h" /* File access */
-#define H5C_DO_SANITY_CHECKS 1
+#define H5C_DO_SANITY_CHECKS 0
#define H5C_DO_EXTREME_SANITY_CHECKS 0
/* This sanity checking constant was picked out of the air. Increase
@@ -51,7 +51,7 @@
/* H5C_COLLECT_CACHE_STATS controls overall collection of statistics
* on cache activity. In general, this #define should be set to 0.
*/
-#define H5C_COLLECT_CACHE_STATS 1
+#define H5C_COLLECT_CACHE_STATS 0
/* H5C_COLLECT_CACHE_ENTRY_STATS controls collection of statistics
* in individual cache entries.