summaryrefslogtreecommitdiffstats
path: root/tools/test
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-11-08 19:48:58 (GMT)
committerGitHub <noreply@github.com>2021-11-08 19:48:58 (GMT)
commit6b737bf4cf6637439d2d6f3320be548c4e047b08 (patch)
tree4a801a366fcb188f809b06d3cef8eae72970ff0c /tools/test
parent9cea7c9bb9c2a73649e586cdc3bb5483a521022f (diff)
downloadhdf5-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')
-rw-r--r--tools/test/h5repack/testfiles/h5repack-help.txt3
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