Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_test.cc4389 int operation_count[ThreadStatus::NUM_OP_TYPES] = {0}; in TEST_P() local
4397 operation_count[thread.operation_type]++; in TEST_P()
4401 if (operation_count[ThreadStatus::OP_FLUSH] > 1 && in TEST_P()
4402 operation_count[ThreadStatus::OP_COMPACTION] > in TEST_P()
4418 operation_count[i] = 0; in TEST_P()
4422 operation_count[thread.operation_type]++; in TEST_P()
4484 operation_count[thread.operation_type]++; in TEST_P()
4488 if (operation_count[ThreadStatus::OP_FLUSH] > 1 && in TEST_P()
4489 operation_count[ThreadStatus::OP_COMPACTION] > in TEST_P()
4505 operation_count[i] = 0; in TEST_P()
[all …]