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

Method getCacheStats

cachelib/cachebench/runner/CacheComponentStressor.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64std::unique_ptr<StatsBase> CacheComponentStressor::getCacheStats() const {
65 return std::make_unique<ComponentStats>(cache_->getStats());
66}
67
68const CacheConfig& CacheComponentStressor::validate(
69 const CacheConfig& cacheConfig) const {

Callers 5

runMethod · 0.45
ProgressTrackerMethod · 0.45
workMethod · 0.45
TESTFunction · 0.45
AggregatedStatsMethod · 0.45

Calls 1

getStatsMethod · 0.45

Tested by 2

TESTFunction · 0.36
AggregatedStatsMethod · 0.36