MCPcopy Create free account
hub / github.com/facebook/CacheLib / getPoolStats

Method getPoolStats

cachelib/allocator/tests/CacheBaseTest.cpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 bool isObjectCache() const override { return false; }
35 const MemoryPool& getPool(PoolId) const override { return memoryPool_; }
36 PoolStats getPoolStats(PoolId) const override { return PoolStats(); }
37 AllSlabReleaseEvents getAllSlabReleaseEvents(PoolId) const override {
38 return AllSlabReleaseEvents{};
39 }

Callers 15

testStatsMethod · 0.45
testIOBufChainCachingMethod · 0.45
testRefcountOverflowMethod · 0.45
testAllocExceptionMethod · 0.45
testRebalancingMethod · 0.45
testFragmentationSizeMethod · 0.45
testMoveItemHelperMethod · 0.45

Calls 1

PoolStatsClass · 0.85

Tested by

no test coverage detected