diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-12-28 18:54:34 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-12-28 18:54:34 (GMT) |
commit | 9961fb12777f245340941d14493809ef3c9348c5 (patch) | |
tree | 8d03cd7f002c5017ddb667f52abaf34710904727 /src/H5B.c | |
parent | 9d8f04ded1e821c6b8b1cff8e98405a009c223c6 (diff) | |
download | hdf5-9961fb12777f245340941d14493809ef3c9348c5.zip hdf5-9961fb12777f245340941d14493809ef3c9348c5.tar.gz hdf5-9961fb12777f245340941d14493809ef3c9348c5.tar.bz2 |
[svn-r3209] Purpose:
Updating debugging information for new features, etc.
Description:
Lots of the new features added to the library during the last year or so
have been added without updating the debugging routines used by h5debug.
Solution:
Added more of the new features (although not all of them) to the debugging
routines for h5debug. Also included some more information to expand on
the information printed from h5debug.
Platforms tested:
FreeBSD 4.2 (hawkwind)
Diffstat (limited to 'src/H5B.c')
-rw-r--r-- | src/H5B.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2153,6 +2153,9 @@ H5B_debug(H5F_t *f, haddr_t addr, FILE *stream, intn indent, intn fwidth, "Tree type ID:", (int) (bt->type->id)); HDfprintf(stream, "%*s%-*s %lu\n", indent, "", fwidth, + "Size of node:", + (unsigned long) H5B_nodesize(f, bt->type, NULL, bt->sizeof_rkey)); + HDfprintf(stream, "%*s%-*s %lu\n", indent, "", fwidth, "Size of raw (disk) key:", (unsigned long) (bt->sizeof_rkey)); HDfprintf(stream, "%*s%-*s %s\n", indent, "", fwidth, |