Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_test.cc4074 void VerifyOperationCount(Env* env, ThreadStatus::OperationType op_type, in VerifyOperationCount() function
4184 VerifyOperationCount(env_, ThreadStatus::OP_FLUSH, 0); in TEST_F()
4188 VerifyOperationCount(env_, ThreadStatus::OP_FLUSH, 0); in TEST_F()
4200 VerifyOperationCount(env_, ThreadStatus::OP_FLUSH, 1); in TEST_F()
4263 VerifyOperationCount(env_, ThreadStatus::OP_COMPACTION, 1); in TEST_P()
4266 VerifyOperationCount(env_, ThreadStatus::OP_COMPACTION, 0); in TEST_P()