diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-04-04 15:50:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-04 15:50:48 (GMT) |
commit | 99ba670f6add3bf83c0361537230e686f3976d1e (patch) | |
tree | f41ec5e49211babab51b0d80736a513001ad9e5c /release_docs | |
parent | 309601db39422dc7843566b197678b262a634f7b (diff) | |
download | hdf5-99ba670f6add3bf83c0361537230e686f3976d1e.zip hdf5-99ba670f6add3bf83c0361537230e686f3976d1e.tar.gz hdf5-99ba670f6add3bf83c0361537230e686f3976d1e.tar.bz2 |
Add option for h5repack timing #1142 (#1575)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4485b12..3d6ff48 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -223,6 +223,14 @@ New Features Tools: ------ + - h5repack added an optional verbose value for reporting R/W timing. + + In addition to adding timing capture around the read/write calls in + h5repack, added help text to indicate how to show timing for read/write; + -v N, --verbose=N Verbose mode, print object information. + N - is an integer greater than 1, 2 displays read/write timing + (ADB - 2022/04/01) + - Refactored the perform tools and removed depends on test library. Moved the perf and h5perf tools from tools/test/perform to |