diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-11-08 19:48:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 19:48:58 (GMT) |
commit | 6b737bf4cf6637439d2d6f3320be548c4e047b08 (patch) | |
tree | 4a801a366fcb188f809b06d3cef8eae72970ff0c /tools/test/h5repack/testfiles | |
parent | 9cea7c9bb9c2a73649e586cdc3bb5483a521022f (diff) | |
download | hdf5-6b737bf4cf6637439d2d6f3320be548c4e047b08.zip hdf5-6b737bf4cf6637439d2d6f3320be548c4e047b08.tar.gz hdf5-6b737bf4cf6637439d2d6f3320be548c4e047b08.tar.bz2 |
Add option for h5repack timing (#1142)
* Add timing option to h5repack
* Adjust help text
* fix format
* fix typos
* Correct spacing
* Change timing to use H5Timer
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'tools/test/h5repack/testfiles')
-rw-r--r-- | tools/test/h5repack/testfiles/h5repack-help.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test/h5repack/testfiles/h5repack-help.txt b/tools/test/h5repack/testfiles/h5repack-help.txt index 894f88c..c1caf52 100644 --- a/tools/test/h5repack/testfiles/h5repack-help.txt +++ b/tools/test/h5repack/testfiles/h5repack-help.txt @@ -3,7 +3,8 @@ usage: h5repack [OPTIONS] file1 file2 file2 Output HDF5 File OPTIONS -h, --help Print a usage message and exit - -v, --verbose Verbose mode, print object information + -v N, --verbose=N Verbose mode, print object information. + N - is an integer greater than 1, 2 displays read/write timing -V, --version Print version number and exit -n, --native Use a native HDF5 type when repacking --enable-error-stack Prints messages from the HDF5 error stack as they |