MCPcopy Create free account
hub / github.com/dobin/RedEdr / LogCacheStatistics

Method LogCacheStatistics

RedEdrShared/process_resolver.cpp:222–225  ·  view source on GitHub ↗

Log statistics about the current cache state

Source from the content-addressed store, hash-verified

220
221// Log statistics about the current cache state
222void ProcessResolver::LogCacheStatistics() {
223 std::lock_guard<std::mutex> lock(cache_mutex);
224 LOG_A(LOG_DEBUG, "ProcessResolver: Total cached processes: %zu", cache.size());
225}
226
227
228// Cleanup thread management

Callers 1

ManagerStartFunction · 0.80

Calls 2

LOG_AFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected