diff options
author | Leon Arber <larber@ncsa.uiuc.edu> | 2006-01-26 22:45:51 (GMT) |
---|---|---|
committer | Leon Arber <larber@ncsa.uiuc.edu> | 2006-01-26 22:45:51 (GMT) |
commit | d61b6875876f33c2e5ceecc8267dedeba4fa0102 (patch) | |
tree | eed734ca7cf7e39c9f54c8b50eb8cfeac8bcc808 /COPYING | |
parent | 25f2ebda39e5a2932853668b88f821a5bd0faf32 (diff) | |
download | hdf5-d61b6875876f33c2e5ceecc8267dedeba4fa0102.zip hdf5-d61b6875876f33c2e5ceecc8267dedeba4fa0102.tar.gz hdf5-d61b6875876f33c2e5ceecc8267dedeba4fa0102.tar.bz2 |
[svn-r11894] Purpose:
Feature, address bug #426
Description:
The h5perf test now also keeps track of the time it takes to:
open a file: Time between start of open and start first read/write
close a file: Time between end of last read/write and end of close.
This information is only displayed if debug output printing is enabled (level 3 or higher)
Solution:
The test actually has all of the data necessary to compute the time it takes to open
and close a file; it just wasn't recording it. Added 4 new timers:
HDF5_FILE_READ_OPEN
HDF5_FILE_READ_CLOSE
HDF5_FILE_WRITE_OPEN
HDF5_FILE_WRITE_CLOSE
that keep track of the time to open/close a file opened for reading/writing.
Platforms tested:
heping and mir
Misc. update:
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions