Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/CacheLib
/ recordPieceBodyHit
Method
recordPieceBodyHit
cachelib/cachebench/workload/BlockChunkCache.cpp:85–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void BlockChunkCacheStats::recordPieceBodyHit(size_t pieceBytes) {
86
recordStats(recordPieceBodyHitInternal, pieceBytes);
87
}
88
89
void BlockChunkCacheStats::recordPieceBodyHitInternal(InternalStats& stats,
90
size_t pieceBytes) {
Callers
1
processReq
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected