Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dvolatile_tier_impl.h116 double CacheHitPct() const { in CacheHitPct() function
Dvolatile_tier_impl.cc32 static_cast<double>(stats_.CacheHitPct())}); in Stats()
Dblock_cache_tier.h130 double CacheHitPct() const { in CacheHitPct() function
Dblock_cache_tier.cc159 stats_.CacheHitPct()); in Stats()