Searched refs:NumLevelBytes (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/db/ |
| D | version_builder_test.cc | 163 ASSERT_EQ(400U, new_vstorage.NumLevelBytes(2)); in TEST_F() 164 ASSERT_EQ(300U, new_vstorage.NumLevelBytes(3)); in TEST_F() 201 ASSERT_EQ(0U, new_vstorage.NumLevelBytes(0)); in TEST_F() 202 ASSERT_EQ(100U, new_vstorage.NumLevelBytes(3)); in TEST_F() 203 ASSERT_EQ(300U, new_vstorage.NumLevelBytes(4)); in TEST_F() 204 ASSERT_EQ(200U, new_vstorage.NumLevelBytes(5)); in TEST_F() 244 ASSERT_EQ(0U, new_vstorage.NumLevelBytes(0)); in TEST_F() 245 ASSERT_EQ(100U, new_vstorage.NumLevelBytes(4)); in TEST_F() 246 ASSERT_EQ(200U, new_vstorage.NumLevelBytes(5)); in TEST_F() 290 ASSERT_EQ(500U, new_vstorage.NumLevelBytes(2)); in TEST_F() [all …]
|
| D | internal_stats.cc | 573 vstorage->NumLevelBytes(level) / kMB); in HandleLevelStats() 1140 total_file_size += vstorage->NumLevelBytes(level); in DumpCFMapStats() 1154 static_cast<double>(vstorage->NumLevelBytes(level)), in DumpCFMapStats()
|
| D | version_set.h | 279 uint64_t NumLevelBytes(int level) const;
|
| D | version_set.cc | 2635 assert(NumLevelBytes(level) == 0); in SetFinalized() 2649 if (level > 0 && NumLevelBytes(level) > 0) { in SetFinalized() 3103 uint64_t VersionStorageInfo::NumLevelBytes(int level) const { in NumLevelBytes() function in ROCKSDB_NAMESPACE::VersionStorageInfo
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_debug.cc | 21 return default_cf_handle_->cfd()->current()->storage_info()->NumLevelBytes(0); in TEST_GetLevel0TotalSize()
|
| D | db_impl.cc | 1143 if (vstorage->MaxBytesForLevel(i) < vstorage->NumLevelBytes(level)) { in FindMinimumEmptyLevelFitting()
|