|
Motr
M0
|

Data Fields | |
| const char * | cior_op_label |
| int | cior_op_type |
| int | cior_op_count |
| m0_time_t | cior_ops_total_time_m0 |
| double | cior_ops_total_time_s |
| double | cior_time_per_op_ns |
Definition at line 244 of file crate_index.c.
| int cior_op_count |
total ops count per op type
Definition at line 250 of file crate_index.c.
| const char* cior_op_label |
op label
Definition at line 246 of file crate_index.c.
| int cior_op_type |
comes from cr_opcode::CRATE_OP_PUT
Definition at line 248 of file crate_index.c.
| m0_time_t cior_ops_total_time_m0 |
total op time in m0_time_t
Definition at line 252 of file crate_index.c.
| double cior_ops_total_time_s |
total op time in seconds
Definition at line 254 of file crate_index.c.
| double cior_time_per_op_ns |
per op time in nanoseconds
Definition at line 256 of file crate_index.c.