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 247 of file crate_index.c.
int cior_op_count |
total ops count per op type
Definition at line 253 of file crate_index.c.
const char* cior_op_label |
op label
Definition at line 249 of file crate_index.c.
int cior_op_type |
comes from cr_opcode::CRATE_OP_PUT
Definition at line 251 of file crate_index.c.
m0_time_t cior_ops_total_time_m0 |
total op time in m0_time_t
Definition at line 255 of file crate_index.c.
double cior_ops_total_time_s |
total op time in seconds
Definition at line 257 of file crate_index.c.
double cior_time_per_op_ns |
per op time in nanoseconds
Definition at line 259 of file crate_index.c.