Motr  M0
cr_idx_ops_result Struct Reference
Collaboration diagram for cr_idx_ops_result:
Collaboration graph

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
 

Detailed Description

Definition at line 244 of file crate_index.c.

Field Documentation

◆ cior_op_count

int cior_op_count

total ops count per op type

Definition at line 250 of file crate_index.c.

◆ cior_op_label

const char* cior_op_label

op label

Definition at line 246 of file crate_index.c.

◆ cior_op_type

int cior_op_type

comes from cr_opcode::CRATE_OP_PUT

Definition at line 248 of file crate_index.c.

◆ cior_ops_total_time_m0

m0_time_t cior_ops_total_time_m0

total op time in m0_time_t

Definition at line 252 of file crate_index.c.

◆ cior_ops_total_time_s

double cior_ops_total_time_s

total op time in seconds

Definition at line 254 of file crate_index.c.

◆ cior_time_per_op_ns

double cior_time_per_op_ns

per op time in nanoseconds

Definition at line 256 of file crate_index.c.


The documentation for this struct was generated from the following file: