summaryrefslogtreecommitdiffstats
path: root/src/H5PBprivate.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-07-15 21:44:52 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-07-15 21:44:52 (GMT)
commitc9d8f3e4f145bfdbdf72579075999ed0b84275c7 (patch)
tree44233e0003b476d6e77c1365b20eeb9180b5ded8 /src/H5PBprivate.h
parentbe0b2f132d5c541510e6517c5326e6763f791f7c (diff)
downloadhdf5-c9d8f3e4f145bfdbdf72579075999ed0b84275c7.zip
hdf5-c9d8f3e4f145bfdbdf72579075999ed0b84275c7.tar.gz
hdf5-c9d8f3e4f145bfdbdf72579075999ed0b84275c7.tar.bz2
Log the number of page-buffer accesses at various multiples of the page size
with log outlet `pb_access_sizes`.
Diffstat (limited to 'src/H5PBprivate.h')
-rw-r--r--src/H5PBprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5PBprivate.h b/src/H5PBprivate.h
index 6b879c7..983d183 100644
--- a/src/H5PBprivate.h
+++ b/src/H5PBprivate.h
@@ -610,6 +610,7 @@ typedef struct H5PB_t {
int64_t flushes[H5PB__NUM_STAT_TYPES];
int64_t evictions[H5PB__NUM_STAT_TYPES];
int64_t clears[H5PB__NUM_STAT_TYPES];
+ uint64_t access_size_count[6];
int64_t max_lru_len;
int64_t max_lru_size;
int64_t lru_md_skips;