Home
last modified time | relevance | path

Searched refs:hist_mget_num_memtable_checked (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/db/
Dperf_context_test.cc228 HistogramImpl hist_mget_num_memtable_checked; in ProfileQueries() local
321 hist_mget_num_memtable_checked.Add(get_perf_context()->get_from_memtable_count); in ProfileQueries()
360 << hist_mget_num_memtable_checked.ToString() << "\n" in ProfileQueries()
378 ASSERT_GT(hist_mget_num_memtable_checked.Average(), 0); in ProfileQueries()
407 hist_mget_num_memtable_checked.Clear(); in ProfileQueries()
435 hist_mget_num_memtable_checked.Add(get_perf_context()->get_from_memtable_count); in ProfileQueries()
463 << hist_mget_num_memtable_checked.ToString() << "\n" in ProfileQueries()
482 ASSERT_GT(hist_mget_num_memtable_checked.Average(), 0); in ProfileQueries()