diff options
author | Robb Matzke <matzke@llnl.gov> | 2002-08-09 14:55:31 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 2002-08-09 14:55:31 (GMT) |
commit | b3adb1eb3e9a087f95e43f8af5e5290d92a6e943 (patch) | |
tree | 9f2f02a69bc7974d0302fc9b355f4839b5cdfcdc /release_docs | |
parent | 573675e071a05bcc06636cbbfea72e9db3a9add2 (diff) | |
download | hdf5-b3adb1eb3e9a087f95e43f8af5e5290d92a6e943.zip hdf5-b3adb1eb3e9a087f95e43f8af5e5290d92a6e943.tar.gz hdf5-b3adb1eb3e9a087f95e43f8af5e5290d92a6e943.tar.bz2 |
[svn-r5859] ./hdf5-devel/release_docs/RELEASE.txt
Purpose:
Merged from 1.4 branch
Description:
API tracing improvements
Platforms tested:
Linux (--disable-hsizet didn't work before my changes and still doesn't
work, but --enable-hsizet is fine).
Note: This checkin includes temporary code in H5FDmpiposix.c to turn
off GPFS byte range token prefetches on ASCI/Blue. Once the HDF5 API
supports the necessary prerequisite functionality this temporary code
can be migraged up above HDF5.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index d7db7d5..cface4b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -192,6 +192,26 @@ Tools Documentation ------------- + o Library + ========= + o General + --------- + * API tracing has been improved. Nested API calls don't screw up the + output format; function call and return event times can be logged; + total time spent in each function can be logged. The following + HDF5_DEBUG environment variable words affect tracing: + trace -- turn on/off basic tracing + ttimes -- turn on tracing and report event times and + time spent in each API function. + ttop -- turn on tracing but display only top-level + API calls. + + + o APIs + ------ + + o Performance + ------------- New Features |