Go to the source code of this file.
#define H5FD_LOG_ALLOC 0x00010000 |
#define H5FD_LOG_FILE_READ 0x00000008 |
#define H5FD_LOG_FILE_WRITE 0x00000010 |
#define H5FD_LOG_FLAVOR 0x00000020 |
#define H5FD_LOG_LOC_READ 0x00000001 |
#define H5FD_LOG_LOC_SEEK 0x00000004 |
#define H5FD_LOG_LOC_WRITE 0x00000002 |
#define H5FD_LOG_NUM_READ 0x00000040 |
#define H5FD_LOG_NUM_SEEK 0x00000100 |
#define H5FD_LOG_NUM_TRUNCATE 0x00000200 |
#define H5FD_LOG_NUM_WRITE 0x00000080 |
#define H5FD_LOG_TIME_CLOSE 0x00008000 |
#define H5FD_LOG_TIME_OPEN 0x00000400 |
#define H5FD_LOG_TIME_READ 0x00001000 |
#define H5FD_LOG_TIME_SEEK 0x00004000 |
#define H5FD_LOG_TIME_STAT 0x00000800 |
#define H5FD_LOG_TIME_WRITE 0x00002000 |
H5_DLL herr_t H5Pset_fapl_log |
( |
hid_t |
fapl_id, |
|
|
const char * |
logfile, |
|
|
unsigned long long |
flags, |
|
|
size_t |
buf_size |
|
) |
| |