Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_bloom_filter_test.cc841 EXPECT_LE(TestGetAndResetTickerCount(options, BLOOM_FILTER_USEFUL), maxKey); in TEST_F()
851 TestGetAndResetTickerCount(options, BLOOM_FILTER_USEFUL); in TEST_F()
869 TestGetAndResetTickerCount(options, BLOOM_FILTER_USEFUL); in TEST_F()
Ddb_test_util.h994 uint64_t TestGetAndResetTickerCount(const Options& options, in TestGetAndResetTickerCount() function