Lines Matching refs:hist_get
87 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()
441 std::cout << "ReadOnly Get uesr key comparison: \n" << hist_get.ToString() in ProfileQueries()
469 ASSERT_GT(hist_get.Average(), 0); in ProfileQueries()