H5F_RESET_PAGE_BUFFERING_STATS
Resets the page buffer statistics
Procedure:
H5F_RESET_PAGE_BUFFERING_STATS (file_id)
Signature:
herr_t H5Freset_page_buffering_stats( hid_t file_id )
Parameters:
hid_t file_id | IN: File identifier |
Description:
H5F_RESET_PAGE_BUFFERING_STATS resets the page buffer statistics for a specified file identifier file_id
.
Returns:
Returns a non-negative value if successful. Otherwise returns a negative value.
Example:
History:
Release | Change |
---|
1.10.1 | C function introduced with this release. |
--- Last Modified: September 17, 2021 | 07:29 PM