MCPcopy 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
85void BlockChunkCacheStats::recordPieceBodyHit(size_t pieceBytes) {
86 recordStats(recordPieceBodyHitInternal, pieceBytes);
87}
88
89void BlockChunkCacheStats::recordPieceBodyHitInternal(InternalStats& stats,
90 size_t pieceBytes) {

Callers 1

processReqMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected