diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-12-10 22:45:46 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-12-10 22:45:46 (GMT) |
commit | 43c1f21316556ae6ac898061a49194270d7e9d8b (patch) | |
tree | c5b5036cc20639bcfc14675a47c5ec312cb694ca /perform/pio_perf.h | |
parent | b78d34a1475d846959d0335d7b52ae724617be86 (diff) | |
download | hdf5-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.h | 1 |
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_ { |