Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dperf_context_test.cc87 HistogramImpl hist_get; in TEST_F() local
99 hist_get.Add(get_perf_context()->user_key_comparison_count); in TEST_F()
104 std::cout << "Get user key comparison: \n" << hist_get.ToString() in TEST_F()
216 HistogramImpl hist_get; in ProfileQueries() local
314 hist_get.Add(get_perf_context()->user_key_comparison_count); in ProfileQueries()
328 << "Get uesr key comparison: \n" << hist_get.ToString() in ProfileQueries()
329 << "MultiGet uesr key comparison: \n" << hist_get.ToString(); in ProfileQueries()
366 ASSERT_GT(hist_get.Average(), 0); in ProfileQueries()
395 hist_get.Clear(); in ProfileQueries()
428 hist_get.Add(get_perf_context()->user_key_comparison_count); in ProfileQueries()
[all …]