Searched refs:counts (Results 1 – 7 of 7) sorted by relevance
| /rocksdb-6.9/db/ |
| D | internal_stats.h | 174 int counts[static_cast<int>(CompactionReason::kNumOfReasons)]; member 191 counts[i] = 0; in CompactionStats() 210 counts[i] = 0; in CompactionStats() 214 counts[r] = c; in CompactionStats() 236 counts[i] = c.counts[i]; in CompactionStats() 257 counts[i] = c.counts[i]; 277 counts[i] = 0; in Clear() 298 counts[i] += c.counts[i]; in Add() 319 counts[i] -= c.counts[i]; in Subtract()
|
| D | db_compaction_test.cc | 233 std::vector<int> counts(num_of_reasons, 0); in VerifyCompactionStats() local 239 counts[i] += stat.counts[i]; in VerifyCompactionStats() 240 sum += stat.counts[i]; in VerifyCompactionStats() 247 ASSERT_EQ(collector.NumberOfCompactions(static_cast<CompactionReason>(i)), counts[i]); in VerifyCompactionStats()
|
| /rocksdb-6.9/util/ |
| D | random_test.cc | 23 std::vector<int> counts(range, 0); in TEST() local 26 ++counts.at(r.Uniform(range)); in TEST() 30 EXPECT_GE(counts[i], std::max(1, average - max_variance)); in TEST() 31 EXPECT_LE(counts[i], average + max_variance + 1); in TEST()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2014-05-14-lock.markdown | 33 …e single super version and removing the locking for decreasing reference counts, in read case, we …
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 184 * The semantics of the per-block-type block read counts in the performance context now match those … 214 * The semantics of the per-block-type block read counts in the performance context now match those … 337 * The counter stat `number.block.not_compressed` now also counts blocks not compressed due to poor … 429 * The "rocksdb.num.entries" table property no longer counts range deletion tombstones as entries. 435 * Add a new table property, "rocksdb.num.range-deletions", which counts the number of range deletio… 1005 …all-related statistics' meanings are changed. Instead of per-write stall counts, we now count stal…
|
| D | COPYING | 168 access to copy the source code from the same place counts as
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 4624 const std::string counts = in OnTestCaseStart() local 4627 printf("%s from %s", counts.c_str(), test_case.name()); in OnTestCaseStart() 4677 const std::string counts = in OnTestCaseEnd() local 4681 counts.c_str(), test_case.name(), in OnTestCaseEnd()
|