Home
last modified time | relevance | path

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

/rocksdb-6.9/table/
Dtable_test.cc2704 block_cache_bytes_read = statistics->getTickerCount(BLOCK_CACHE_BYTES_READ); in BlockCachePropertiesSnapshot()
2737 int64_t GetCacheBytesRead() { return block_cache_bytes_read; } in GetCacheBytesRead()
2750 int64_t block_cache_bytes_read = 0; member in ROCKSDB_NAMESPACE::BlockCachePropertiesSnapshot