pub(crate) fn report_rocksdb_read_perf(
    cf_name: &'static str,
    op_name: &'static str,
    total_op_duration: &Duration,
    column_options: &LedgerColumnOptions
)
Expand description

Reports the collected PerfContext and disables the PerfContext after reporting.