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

Method recordRequestHit

cachelib/cachebench/workload/BlockChunkCache.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void BlockChunkCacheStats::recordRequestHit(size_t fullHitBytes) {
95 recordStats(recordPieceFullHitInternal, fullHitBytes);
96}
97
98void BlockChunkCacheStats::recordPieceFullHitInternal(InternalStats& stats,
99 size_t fullHitBytes) {

Callers 1

processReqMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected