HDF5 1.14.5
API Reference
|
#include <src/H5ESpublic.h>
Information about failed operations in event set
Data Fields | |
char * | api_name |
char * | api_args |
char * | app_file_name |
char * | app_func_name |
unsigned | app_line_num |
uint64_t | op_ins_count |
uint64_t | op_ins_ts |
uint64_t | op_exec_ts |
uint64_t | op_exec_time |
hid_t | err_stack_id |
char* api_args |
"Argument string" for arguments to HDF5 API routine called
char* api_name |
Name of HDF5 API routine called
char* app_file_name |
Name of source file where the HDF5 API routine was called
char* app_func_name |
Name of function where the HDF5 API routine was called
unsigned app_line_num |
Line # of source file where the HDF5 API routine was called
hid_t err_stack_id |
ID for error stack from failed operation
uint64_t op_exec_time |
Execution time for operation (in ns)
uint64_t op_exec_ts |
Timestamp for when the operation began execution
uint64_t op_ins_count |
Counter of operation's insertion into event set
uint64_t op_ins_ts |
Timestamp for when the operation was inserted into the event set