![]()  | 
  
    HDF5 Last Updated on 2025-11-04
    
   The HDF5 Field Guide 
   | 
 
#include <src/H5ESpublic.h>
Information about operations in an event set
Data Fields | |
| char * | api_args | 
| const char * | api_name | 
| const char * | app_file_name | 
| const char * | app_func_name | 
| unsigned | app_line_num | 
| uint64_t | op_exec_time | 
| uint64_t | op_exec_ts | 
| uint64_t | op_ins_count | 
| uint64_t | op_ins_ts | 
| char* api_args | 
"Argument string" for arguments to HDF5 API routine called
| const char* api_name | 
Name of HDF5 API routine called
| const char* app_file_name | 
Name of source file where the HDF5 API routine was called
| const 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
| 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