Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dpersistent_cache_bench.cc179 for (uint64_t i = 0; i < 1024 * 1024; ReadKey(i++)) { in Prepop()
220 ReadKey(random() % read_key_limit_); in Read()
224 void ReadKey(const uint64_t val) { in ReadKey() function in ROCKSDB_NAMESPACE::CacheTierBenchmark