| /rocksdb-6.9/util/ |
| D | thread_local_test.cc | 35 total(n), in Params() 45 int total; member 180 while (p.started != p.total) { in TEST_F() 228 while (p1.completed != p1.total) { in TEST_F() 234 while (p2.completed != p2.total) { in TEST_F() 257 while (p.started != p.total) { in TEST_F() 283 while (p.started != p.total) { in TEST_F() 323 while (p.started != p.total) { in TEST_F() 361 while (p.completed != p.total) { in TEST_F() 370 ASSERT_EQ(unref_count, p.total); in TEST_F() [all …]
|
| D | autovector_test.cc | 248 size_t total = 0; in BenchmarkSequenceAccess() local 252 total += pos->size(); in BenchmarkSequenceAccess() 260 return total; in BenchmarkSequenceAccess()
|
| /rocksdb-6.9/test_util/ |
| D | transaction_test_util.cc | 308 uint64_t total = 0; in Verify() local 325 total += int_value; in Verify() 350 total += int_value; in Verify() 355 if (prev_assigned && total != prev_total) { in Verify() 362 use_point_lookup, prev_i, prev_total, set_i, total, in Verify() 371 use_point_lookup, total, in Verify() 374 prev_total = total; in Verify()
|
| /rocksdb-6.9/third-party/folly/folly/synchronization/test/ |
| D | DistributedMutexTest.cpp | 65 auto total = 0; in basicNThreads() local 67 total += value; in basicNThreads() 69 EXPECT_EQ(total, sum(numThreads) * iterations); in basicNThreads() 194 auto&& total = std::atomic<std::uint64_t>{0}; in combineWithLockNThreads() 199 auto iteration = total.fetch_add(1); in combineWithLockNThreads() 213 EXPECT_EQ(expected, total.load()); in combineWithLockNThreads() 254 auto iteration = total.fetch_add(1); in combineWithTryLockNThreads() 268 EXPECT_EQ(expected, total.load()); in combineWithTryLockNThreads() 326 auto iteration = total.fetch_add(1); in combineWithLockTryAndTimedNThreads() 354 EXPECT_EQ(expected, total.load()); in combineWithLockTryAndTimedNThreads() [all …]
|
| /rocksdb-6.9/memory/ |
| D | concurrent_arena.h | 120 size_t total = 0; in ShardAllocatedAndUnused() local 122 total += shards_.AccessAtCore(i)->allocated_and_unused_.load( in ShardAllocatedAndUnused() 125 return total; in ShardAllocatedAndUnused()
|
| /rocksdb-6.9/db/ |
| D | db_compaction_filter_test.cc | 333 int total = 0; in TEST_F() local 346 total++; in TEST_F() 353 ASSERT_EQ(total, 100000); in TEST_F() 642 int total = 0; in TEST_F() local 654 total++; in TEST_F() 660 ASSERT_EQ(total, 700); in TEST_F()
|
| D | pre_release_callback.h | 35 uint64_t log_number, size_t index, size_t total) = 0;
|
| /rocksdb-6.9/tools/ |
| D | benchmark.sh | 288 total=${#subcompactions[@]} 291 while [ "$i" -lt "$total" ]
|
| /rocksdb-6.9/table/ |
| D | table_test.cc | 1013 assert(part <= total); in RandomizedHarnessTest() 1015 if ((i % total) + 1 != part) { in RandomizedHarnessTest() 3586 const size_t total = 8; in TEST_F() local 3587 RandomizedHarnessTest(part, total); in TEST_F() 3593 const size_t total = 8; in TEST_F() local 3600 const size_t total = 8; in TEST_F() local 3607 const size_t total = 8; in TEST_F() local 3614 const size_t total = 8; in TEST_F() local 3621 const size_t total = 8; in TEST_F() local 3628 const size_t total = 8; in TEST_F() local [all …]
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2014-09-15-rocksdb-3-5-release.markdown | 19 …2. new ReadOptions.total_order_seek to force total order seek when block-based table is built with…
|
| D | 2018-02-05-rocksdb-5-10-2-released.markdown | 15 …me`, which measure the number of times transactions wait on key locks and total amount of time wai…
|
| D | 2014-07-29-rocksdb-3-3-release.markdown | 27 …* **rate_limiter option**: We added an option that controls total throughput of flush and compacti…
|
| D | 2016-09-28-rocksdb-4-11-2-released.markdown | 49 …* Add options.write_buffer_manager which allows users to control total memtable sizes across multi…
|
| D | 2017-05-26-rocksdb-5-4-5-released.markdown | 17 * Memtable flush can be avoided during checkpoint creation if total log file size is smaller than a…
|
| D | 2016-04-26-rocksdb-4-5-1-released.markdown | 29 …t_file_manager.h to create a SstFileManager that can be used to track the total size of SST files …
|
| D | 2018-08-23-data-block-hash-index.markdown | 87 As we use `uint8_t` to store binary seek index, i.e. restart interval index, the total number of re… 108 … the following test, we use `db_bench` with RocksDB deployed on SSDs. The total DB size is 5~6GB, …
|
| D | 2014-09-12-new-bloom-filter-format.markdown | 45 Though it is a big filter, the total filter size would be the same as the original filter.
|
| D | 2015-07-23-dynamic-level.markdown | 23 …he size of the last level will be a good estimation of user data size. So total size of the DB div…
|
| /rocksdb-6.9/utilities/transactions/ |
| D | write_prepared_txn_db.h | 863 size_t total) override { in Callback() argument 864 assert(index < total); in Callback() 868 const bool do_unlock = !two_write_queues_ || index + 1 == total; in Callback()
|
| /rocksdb-6.9/ |
| D | WINDOWS_PORT.md | 97 * 2 Intel(R) Xeon(R) E5 2450 0 @ 2.10 GHz (total 16 cores) 98 * 2 XK0480GDQPH SSD Device, total 894GB free disk 102 * total database size is ~76GB
|
| D | HISTORY.md | 43 … (number of blobs relocated during GC), and `BLOB_DB_GC_BYTES_RELOCATED` (total size of blobs relo… 67 * Fix a regression bug that causes segfault when hash is used, max_open_files != -1 and total order… 73 …to_prefix_mode. When set to true, iterator will return the same result as total order seek, but ma… 198 …onOptions used with DB::GetApproximateSizes. When approximating the files total size that is used … 491 * Add "rocksdb.live-sst-files-size" DB property to return total bytes of all SST files belong to th… 544 …me`, which measure the number of times transactions wait on key locks and total amount of time wai… 661 * Memtable flush can be avoided during checkpoint creation if total log file size is smaller than a… 760 * Add options.write_buffer_manager which allows users to control total memtable sizes across multip… 807 …t_file_manager.h to create a SstFileManager that can be used to track the total size of SST files … 1046 * Add a rate_limiter option, which controls total throughput of flush and compaction. The throughpu… [all …]
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_picker.cc | 673 uint64_t total = 0; in CompactRange() local 676 total += s; in CompactRange() 677 if (total >= limit) { in CompactRange()
|
| D | compaction_job.cc | 253 size_t total = 0; in NumOutputFiles() local 255 total += s.outputs.size(); in NumOutputFiles() 257 return total; in NumOutputFiles()
|
| /rocksdb-6.9/build_tools/ |
| D | gnu_parallel | 1957 my($total, $completed, $left, $pctcomplete, $avgtime, $this_eta) = 2089 my ($total, $first_completed, $smoothed_avg_time); 2100 $total ||= $Global::JobQueue->total_jobs(); 2103 my $left = $total - $completed; 2105 return($total, $completed, $left, 0, 0, 0); 2107 my $pctcomplete = $completed / $total; 2116 return($total, $completed, $left, $pctcomplete, $avgtime, $eta); 2128 my($total, $completed, $left, $pctcomplete, $avgtime, $eta) =
|
| /rocksdb-6.9/tools/block_cache_analyzer/ |
| D | block_cache_pysim.py | 1428 total = len(self.t1) + len(self.b1) + len(self.t2) + len(self.b2) 1429 while total >= (2 * self.c) and self.b2: 1431 total -= 1
|