summaryrefslogtreecommitdiffstats
path: root/perform/pio_perf.h
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-12-10 22:45:46 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-12-10 22:45:46 (GMT)
commit43c1f21316556ae6ac898061a49194270d7e9d8b (patch)
treec5b5036cc20639bcfc14675a47c5ec312cb694ca /perform/pio_perf.h
parentb78d34a1475d846959d0335d7b52ae724617be86 (diff)
downloadhdf5-43c1f21316556ae6ac898061a49194270d7e9d8b.zip
hdf5-43c1f21316556ae6ac898061a49194270d7e9d8b.tar.gz
hdf5-43c1f21316556ae6ac898061a49194270d7e9d8b.tar.bz2
[svn-r4691]
Purpose: Small Fixes Description: After conversation with Albert, here are some small fixes for the performance stuff. Not too significant. Though, we did add the "buffer size" as a parameter I pass to the engine.
Diffstat (limited to 'perform/pio_perf.h')
-rw-r--r--perform/pio_perf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perform/pio_perf.h b/perform/pio_perf.h
index 849df75..5ce80de 100644
--- a/perform/pio_perf.h
+++ b/perform/pio_perf.h
@@ -23,6 +23,7 @@ typedef struct parameters_ {
unsigned long num_dsets; /* Number of datasets to create */
unsigned long num_elmts; /* Number of native ints in each dset */
unsigned int num_iters; /* Number of times to loop doing the IO */
+ unsigned long buf_size; /* Buffer size */
} parameters;
typedef struct results_ {