Home
last modified time | relevance | path

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

/rocksdb-6.9/memtable/
Dmemtablerep_bench.cc135 class RandomGenerator { class
141 RandomGenerator() { in RandomGenerator() function in ROCKSDB_NAMESPACE::RandomGenerator
225 RandomGenerator generator_;
/rocksdb-6.9/tools/
Ddb_bench_tool.cc1564 class RandomGenerator { class
1572 RandomGenerator() { in RandomGenerator() function in ROCKSDB_NAMESPACE::RandomGenerator
3461 RandomGenerator gen; in Compress()
3493 RandomGenerator gen; in Uncompress()
4370 RandomGenerator gen; in DoWrite()
5433 RandomGenerator gen; in MixGraph()
5810 RandomGenerator gen; in BGWriter()
6003 RandomGenerator gen; in RandomWithVerify()
6074 RandomGenerator gen; in ReadRandomWriteRandom()
6132 RandomGenerator gen; in UpdateRandom()
[all …]
/rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/
DDbBenchmark.java476 gen_ = new RandomGenerator(randSeed_, compressionRatio_); in DbBenchmark()
1548 private static class RandomGenerator { class in DbBenchmark
1555 private RandomGenerator(long seed, double compressionRatio) { in RandomGenerator() method in DbBenchmark.RandomGenerator
1627 RandomGenerator gen_;