hdf5/perform
Leon Arber d61b687587 [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:
2006-01-26 17:45:51 -05:00
..
benchpar.c [svn-r11601] Purpose: 2005-10-24 13:58:15 -05:00
build_h5perf_alone.sh [svn-r11434] Purpose: 2005-09-18 21:57:18 -05:00
chunk.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
gen_report.pl [svn-r11063] Purpose: 2005-07-11 16:49:55 -05:00
iopipe.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
Makefile.am [svn-r11867] Purpose: 2006-01-07 11:57:06 -05:00
Makefile.in [svn-r11867] Purpose: 2006-01-07 11:57:06 -05:00
mpi-perf.c [svn-r11532] Purpose: 2005-10-11 09:32:42 -05:00
overhead.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
perf_meta.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
perf.c [svn-r11886] Purpose: 2006-01-23 15:46:34 -05:00
pio_engine.c [svn-r11265] Purpose: 2005-08-19 09:24:21 -05:00
pio_perf.c [svn-r11894] Purpose: 2006-01-26 17:45:51 -05:00
pio_perf.h [svn-r11265] Purpose: 2005-08-19 09:24:21 -05:00
pio_standalone.c [svn-r11237] Purpose: 2005-08-13 10:21:22 -05:00
pio_standalone.h [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
pio_timer.c [svn-r11894] Purpose: 2006-01-26 17:45:51 -05:00
pio_timer.h [svn-r11894] Purpose: 2006-01-26 17:45:51 -05:00
zip_perf.c [svn-r11144] Purpose: 2005-07-22 20:55:12 -05:00