MCPcopy Create free account
hub / github.com/bytedance/bolt / stats

Method stats

bolt/common/caching/SsdCache.cpp:175–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175SsdCacheStats SsdCache::stats() const {
176 SsdCacheStats stats;
177 for (auto& file : files_) {
178 file->updateStats(stats);
179 }
180 return stats;
181}
182
183void SsdCache::clear() {
184 for (auto& file : files_) {

Callers 3

refreshStatsMethod · 0.45
TEST_FFunction · 0.45
recordInterOpStatsFunction · 0.45

Calls 1

updateStatsMethod · 0.45

Tested by 1

TEST_FFunction · 0.36