Searched refs:GetCacheBytesRead (Results 1 – 1 of 1) sorted by relevance
2737 int64_t GetCacheBytesRead() { return block_cache_bytes_read; } in GetCacheBytesRead() function in ROCKSDB_NAMESPACE::BlockCachePropertiesSnapshot2841 ASSERT_EQ(props.GetCacheBytesRead(), 0); in TEST_P()2844 last_cache_bytes_read = props.GetCacheBytesRead(); in TEST_P()2857 ASSERT_GT(props.GetCacheBytesRead(), last_cache_bytes_read); in TEST_P()2860 last_cache_bytes_read = props.GetCacheBytesRead(); in TEST_P()2870 ASSERT_EQ(props.GetCacheBytesRead(), last_cache_bytes_read); in TEST_P()2873 last_cache_bytes_read = props.GetCacheBytesRead(); in TEST_P()2884 ASSERT_GT(props.GetCacheBytesRead(), last_cache_bytes_read); in TEST_P()2907 ASSERT_EQ(props.GetCacheBytesRead(), 0); in TEST_P()2920 ASSERT_EQ(props.GetCacheBytesRead(), 0); in TEST_P()[all …]