Lines Matching refs:multi_dbs_
2295 std::vector<DBWithColumnFamilies> multi_dbs_; member in ROCKSDB_NAMESPACE::Benchmark
3132 for (size_t i = 0; i < multi_dbs_.size(); i++) { in Run()
3133 delete multi_dbs_[i].db; in Run()
3139 multi_dbs_.clear(); in Run()
4066 multi_dbs_.clear(); in InitializeOptionsGeneral()
4067 multi_dbs_.resize(FLAGS_num_multi_db); in InitializeOptionsGeneral()
4073 OpenDb(options, GetPathForMultiple(FLAGS_db, i), &multi_dbs_[i]); in InitializeOptionsGeneral()
4332 return &multi_dbs_[rand_int % multi_dbs_.size()]; in SelectDBWithCfh()
4346 num_key_gens = multi_dbs_.size(); in DoWrite()
4398 for (auto& db : multi_dbs_) { in DoWrite()
4537 for (auto& db : multi_dbs_) { in DoDeterministicCompact()
4837 for (const auto& db_with_cfh : multi_dbs_) { in ReadSequential()
4934 for (const auto& db_with_cfh : multi_dbs_) { in ReadReverse()
5643 for (const auto& db_with_cfh : multi_dbs_) { in SeekRandom()
5687 for (const auto& db_with_cfh : multi_dbs_) { in SeekRandom()
6847 for (const auto& db_with_cfh : multi_dbs_) { in CompactAll()
6856 for (const auto& db_with_cfh : multi_dbs_) { in ResetStats()
6865 for (const auto& db_with_cfh : multi_dbs_) { in PrintStatsHistory()
6898 for (const auto& db_with_cfh : multi_dbs_) { in PrintStats()