summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-04-14 15:39:01 (GMT)
committerGitHub <noreply@github.com>2022-04-14 15:39:01 (GMT)
commit9a18a396d21ec2622e62301016f5b912ff4d5a1f (patch)
treeb269524f24af6fe4c87d9e1adbc817bdbf7df1c1 /release_docs
parent615fe7370fa960ca7a3d4fc2b1f53905c2f1358c (diff)
downloadhdf5-9a18a396d21ec2622e62301016f5b912ff4d5a1f.zip
hdf5-9a18a396d21ec2622e62301016f5b912ff4d5a1f.tar.gz
hdf5-9a18a396d21ec2622e62301016f5b912ff4d5a1f.tar.bz2
1.10 Add option for h5repack timing #1142 (#1576)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index ff6c9a2..b7c2446 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -113,7 +113,13 @@ 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)
High-Level APIs: