report_hnsw_stat

Function report_hnsw_stat 

Source
pub fn report_hnsw_stat(
    metrics: &HummockStateStoreMetrics,
    table_id: TableId,
    mode: &'static str,
    top_n: usize,
    ef: usize,
    stats: impl IntoIterator<Item = HnswStats>,
)