Commits

Dana Robinson committed ccabbfdca3a
[svn-r21669] Updated iopipe performance test: - Removed all references to gettimeofday() and simplified timing code using new HDF5 timers. - Streamlined output function and reformatted output using new HDfprintf() format specifiers. - Removed unnecessary, ugly, platform-dependent synchronize() function. The only stream I/O performed by this test is via the stderr stream, which is unbuffered. (The only VFD which performs stream I/O is the stdio VFD, which is not intended for production use.) - Brought some types into agreement. - Removed all warnings and cleaned up code.