Home
last modified time | relevance | path

Searched refs:activity_logging_enabled_ (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/utilities/simulator_cache/
Dsim_cache.cc23 : activity_logging_enabled_(false), max_logging_size_(0) {} in CacheActivityLogger()
55 activity_logging_enabled_.store(true); in StartLogging()
67 if (activity_logging_enabled_.load() == false) { in ReportLookup()
87 if (activity_logging_enabled_.load() == false) { in ReportAdd()
128 if (!activity_logging_enabled_) { in StopLoggingInternal()
132 activity_logging_enabled_.store(false); in StopLoggingInternal()
144 std::atomic<bool> activity_logging_enabled_; member in ROCKSDB_NAMESPACE::__anona55187990111::CacheActivityLogger