[svn-r5869] Snapshot version 1.5 release 33

This commit is contained in:
HDF Admin
2002-08-10 03:41:20 -05:00
parent aae989869c
commit 694e9bb380
10 changed files with 55 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
HDF5 version 1.5.32 released on Sat Aug 3 11:14:45 CDT 2002
HDF5 version 1.5.33 released on Sat Aug 10 03:38:50 CDT 2002
================================================================================
@@ -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