summaryrefslogtreecommitdiffstats
path: root/src/H5ACpublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2016-11-04 05:40:56 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2016-11-04 05:40:56 (GMT)
commitf9ba956d69af407614e28f720290f889b327955e (patch)
tree911bd9b6b875a6f9f09343b9314a90f124277b1c /src/H5ACpublic.h
parentef28e31f895d52b06d5152dc1fe5cf2b590bbfa3 (diff)
downloadhdf5-f9ba956d69af407614e28f720290f889b327955e.zip
hdf5-f9ba956d69af407614e28f720290f889b327955e.tar.gz
hdf5-f9ba956d69af407614e28f720290f889b327955e.tar.bz2
Bring cache logging routines from revise_chunks branch to develop.
Diffstat (limited to 'src/H5ACpublic.h')
-rw-r--r--src/H5ACpublic.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5ACpublic.h b/src/H5ACpublic.h
index 4e5502d..dd16764 100644
--- a/src/H5ACpublic.h
+++ b/src/H5ACpublic.h
@@ -78,6 +78,8 @@ extern "C" {
* open_trace_file: Boolean field indicating whether the trace_file_name
* field should be used to open a trace file for the cache.
*
+ * *** DEPRECATED *** Use H5Fstart/stop logging functions instead
+ *
* The trace file is a debuging feature that allow the capture of
* top level metadata cache requests for purposes of debugging and/or
* optimization. This field should normally be set to FALSE, as
@@ -91,6 +93,8 @@ extern "C" {
* close_trace_file: Boolean field indicating whether the current trace
* file (if any) should be closed.
*
+ * *** DEPRECATED *** Use H5Fstart/stop logging functions instead
+ *
* See the above comments on the open_trace_file field. This field
* should be set to FALSE unless there is an open trace file on the
* cache that you wish to close.
@@ -98,6 +102,8 @@ extern "C" {
* trace_file_name: Full path of the trace file to be opened if the
* open_trace_file field is TRUE.
*
+ * *** DEPRECATED *** Use H5Fstart/stop logging functions instead
+ *
* In the parallel case, an ascii representation of the mpi rank of
* the process will be appended to the file name to yield a unique
* trace file name for each process.